/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */
* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #f7f4ec;
  color: #18261f;
  --body-font: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, sans-serif;
  --display-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input[type="submit"]:focus-visible,
.button-primary:focus-visible,
.button-secondary:focus-visible,
.marketing-hero-action:focus-visible,
.pricing-card__sample-link:focus-visible,
.faq-item summary:focus-visible {
  outline: 3px solid rgb(214 155 61 / 95%);
  outline-offset: 3px;
}

html {
  scroll-behavior: smooth;
}

.icon-sprite {
  display: none;
}

.ui-icon {
  width: 1.05em;
  height: 1.05em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.marketing-hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  background: #173326;
  padding-top: 68px;
}

.marketing-hero__media,
.marketing-hero__media img,
.marketing-hero__shade {
  position: absolute;
  inset: 0;
}

.marketing-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.marketing-hero__shade {
  background:
    linear-gradient(90deg, rgb(10 31 25 / 94%) 0%, rgb(10 31 25 / 76%) 44%, rgb(10 31 25 / 18%) 100%),
    linear-gradient(0deg, rgb(10 31 25 / 68%) 0%, rgb(10 31 25 / 0%) 42%);
}

.marketing-nav {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px max(16px, calc((100vw - 1120px) / 2));
  border-bottom: 1px solid rgb(255 253 247 / 16%);
  background: rgb(11 26 19 / 90%);
  color: #fffdf7;
  backdrop-filter: blur(14px);
}

.marketing-brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  min-height: 44px;
  flex: 0 0 auto;
  font-weight: 900;
  white-space: nowrap;
  text-decoration: none;
}

.marketing-brand__mark {
  display: block;
  width: 48px;
  height: 48px;
  margin-block: -7px;
  object-fit: contain;
}

.marketing-nav__links {
  display: flex;
  gap: clamp(4px, 0.7vw, 10px);
  align-items: center;
  min-width: 0;
}

.marketing-nav__links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border-radius: 999px;
  padding: 0 clamp(6px, 0.7vw, 10px);
  color: #fffdf7;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.marketing-nav__pill {
  border: 1px solid rgb(255 253 247 / 48%);
  border-radius: 999px;
  background: rgb(255 253 247 / 16%);
  padding: 0 clamp(12px, 1vw, 15px) !important;
  backdrop-filter: blur(10px);
}

.marketing-nav__links a:hover,
.marketing-nav__links a:focus-visible {
  background: rgb(255 253 247 / 14%);
}

.marketing-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(390px, 510px);
  gap: 48px;
  align-items: center;
  width: min(1120px, calc(100% - 32px));
  min-height: calc(92vh - 68px);
  margin: 0 auto;
  padding: 28px 0 48px;
}

.marketing-hero__inner.is-wide-flow {
  grid-template-columns: minmax(0, 700px);
  gap: 18px;
  align-items: start;
  justify-content: center;
  min-height: auto;
  padding: 18px 0 34px;
}

.marketing-hero.is-form-active {
  min-height: auto;
}

.marketing-hero__inner.is-wide-flow .marketing-panel {
  order: 1;
  width: 100%;
}

.marketing-hero__inner.is-wide-flow .intake-form {
  padding: 12px 30px 30px;
}

.marketing-hero__inner.is-wide-flow .marketing-panel__top {
  display: none;
}

.marketing-hero__inner.is-wide-flow .marketing-copy {
  display: none;
}

.marketing-copy {
  min-width: 0;
  color: #fffdf7;
}

.marketing-eyebrow {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin: 0 0 16px;
  color: rgb(255 253 247 / 84%);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.marketing-eyebrow::before {
  content: "";
  width: 32px;
  height: 2px;
  background: #d69b3d;
}

.marketing-copy h1 {
  max-width: 650px;
  color: #fffdf7;
  font-family: var(--display-font);
  font-size: clamp(40px, 4.4vw, 64px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
}

.marketing-copy h1 span {
  color: #d69b3d;
}

.marketing-copy p {
  max-width: 580px;
  margin: 20px 0 0;
  color: rgb(255 253 247 / 90%);
  font-size: clamp(1.06rem, 1.45vw, 1.25rem);
  line-height: 1.48;
}

.marketing-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.marketing-hero-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 999px;
  padding: 0 20px;
  font-weight: 900;
  text-decoration: none;
}

.marketing-hero-action--primary {
  background: #fffdf7;
  color: #245f43;
  box-shadow: 0 18px 42px rgb(8 22 16 / 22%);
}

.marketing-hero-action--secondary {
  border: 1px solid rgb(255 253 247 / 54%);
  background: rgb(10 31 25 / 28%);
  color: #fffdf7;
  backdrop-filter: blur(10px);
}

.marketing-hero-action--primary:hover,
.marketing-hero-action--primary:focus-visible {
  background: #f4f8ec;
  color: #173326;
}

.marketing-hero-action--secondary:hover,
.marketing-hero-action--secondary:focus-visible {
  background: rgb(255 253 247 / 16%);
}

.marketing-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 22px;
}

.marketing-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgb(255 253 247 / 84%);
  font-size: 0.82rem;
  font-weight: 800;
}

.marketing-trust span::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #d69b3d;
}

.marketing-panel {
  border: 1px solid rgb(255 253 247 / 24%);
  border-radius: 12px;
  background: rgb(255 253 247 / 97%);
  box-shadow: 0 24px 70px rgb(23 39 31 / 18%);
  overflow: hidden;
}

.marketing-panel--quick {
  align-self: center;
  background: rgb(255 253 247 / 94%);
  backdrop-filter: blur(16px);
}

.quick-start-panel {
  display: grid;
  gap: 16px;
  padding: 28px;
}

.quick-start-panel h2 {
  margin: 0;
  color: #18261f;
  font-size: clamp(1.85rem, 3.2vw, 2.7rem);
  line-height: 1.02;
}

.quick-start-panel > p:not(.eyebrow) {
  margin: 0;
  color: #526258;
  font-size: 1rem;
  line-height: 1.45;
}

.quick-plan-list {
  display: grid;
  gap: 10px;
  margin-top: 2px;
}

.quick-plan-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  gap: 14px;
  align-items: center;
  min-height: 68px;
  border: 1px solid #d8dece;
  border-radius: 8px;
  background: #fffdf7;
  color: #526258;
  padding: 14px;
  text-decoration: none;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.quick-plan-link:hover,
.quick-plan-link:focus-visible {
  border-color: #9fbca0;
  background: #f6fbf3;
  box-shadow: 0 12px 28px rgb(23 39 31 / 10%);
  transform: translateY(-1px);
}

.quick-plan-link--featured {
  border-color: #b9d2b8;
  background: #f4faf1;
}

.quick-plan-link strong,
.quick-plan-link b {
  color: #22382b;
}

.quick-plan-link strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1rem;
}

.quick-plan-link span {
  min-width: 0;
  font-size: 0.88rem;
  font-weight: 760;
  line-height: 1.3;
}

.quick-plan-link b {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #eef7f1;
  font-size: 1.02rem;
  line-height: 1;
}

.quick-start-panel__note {
  margin: -2px 0 0 !important;
  color: #526258 !important;
  font-size: 0.84rem !important;
  line-height: 1.35 !important;
}

.marketing-panel__top {
  border-bottom: 1px solid #d8dece;
  padding: 16px 24px 14px;
}

.marketing-panel__top h2 {
  margin: 0 0 6px;
  font-size: 1.34rem;
  line-height: 1.12;
}

.marketing-panel__top p {
  margin-bottom: 0;
  color: #5d6c62;
  font-size: 0.9rem;
  line-height: 1.34;
}

.panel-promise {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.panel-promise--compact {
  margin-top: 14px;
}

.panel-promise span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  border: 1px solid rgb(47 125 85 / 20%);
  border-radius: 999px;
  background: #e8f4ed;
  color: #245f43;
  padding: 0 10px;
  font-size: 0.76rem;
  font-weight: 900;
  white-space: nowrap;
}

.panel-promise--compact span {
  justify-content: center;
  min-height: 36px;
  border-color: rgb(47 125 85 / 18%);
  background: #eef7f1;
  font-size: 0.78rem;
}

.panel-privacy {
  margin-top: 8px !important;
  color: #6c786f !important;
  font-size: 0.74rem !important;
  line-height: 1.25 !important;
}

.proof,
.trust-strip,
.marketing-section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  scroll-margin-top: 86px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid #d8dece;
  border-radius: 8px;
  background: #d8dece;
  margin-top: 22px;
}

.trust-strip div {
  min-width: 0;
  background: #fffdf7;
  padding: 15px 16px;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  color: #22382b;
  font-size: 0.92rem;
  line-height: 1.2;
}

.trust-strip span {
  margin-top: 4px;
  color: #53675b;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.32;
}

.assurance-section {
  padding: 38px 0 26px;
}

.assurance-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 0.6fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 18px;
}

.assurance-heading h2 {
  max-width: 720px;
  font-family: var(--display-font);
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  font-weight: 900;
  line-height: 1;
}

.assurance-heading > p {
  margin: 0;
  color: #526258;
  line-height: 1.5;
}

.assurance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.assurance-grid article {
  border: 1px solid #d8dece;
  border-radius: 8px;
  background: #fffdf7;
  padding: 18px;
}

.assurance-grid h3 {
  margin: 0 0 8px;
  color: #18261f;
  font-size: 1rem;
}

.assurance-grid p {
  margin: 0;
  color: #526258;
  font-size: 0.92rem;
  line-height: 1.46;
}

.assurance-grid a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin-top: 12px;
  color: #245f43;
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
}

.assurance-grid a:hover {
  text-decoration: underline;
}

.proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 24px 0;
}

.proof article,
.marketing-card,
.pricing-card,
.legal-grid article,
.faq-grid article {
  border: 1px solid #d8dece;
  border-radius: 8px;
  background: #fffdf7;
}

.proof article {
  padding: 20px;
}

.proof-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: #e8f4ed;
  color: #245f43;
  margin-bottom: 12px;
}

.proof-icon .ui-icon {
  width: 20px;
  height: 20px;
}

.proof strong {
  display: block;
  color: #315f3f;
  font-size: 0.98rem;
}

.proof p {
  margin: 8px 0 0;
  color: #5d6c62;
}

.case-proof-section {
  padding-top: 44px;
  padding-bottom: 34px;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.case-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
  border: 1px solid #d8dece;
  border-radius: 8px;
  background: #fffdf7;
  padding: 18px;
  overflow: hidden;
}

.case-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: #2f7d55;
  content: "";
}

.case-card--amber::before {
  background: #b97516;
}

.case-card--red::before {
  background: #bd493f;
}

.case-card--blue::before {
  background: #2f6f73;
}

.case-card span {
  justify-self: start;
  border-radius: 999px;
  background: #eef4ea;
  color: #315f3f;
  padding: 5px 9px;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.case-card--amber span {
  background: #fff4df;
  color: #7a4a10;
}

.case-card--red span {
  background: #fff0ed;
  color: #8c3125;
}

.case-card--blue span {
  background: #e7f3f3;
  color: #24595d;
}

.case-card h3 {
  margin: 0;
  color: #18261f;
  font-size: 1.05rem;
  line-height: 1.18;
}

.case-card p {
  margin: 0;
  color: #526258;
  font-size: 0.94rem;
  line-height: 1.45;
}

.case-card strong {
  display: block;
  margin-top: 4px;
  border-top: 1px solid #edf0e7;
  padding-top: 10px;
  color: #2f4236;
  font-size: 0.9rem;
  line-height: 1.35;
}

.answer-section {
  padding-top: 42px;
}

.answer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.answer-card {
  min-width: 0;
  border: 1px solid #d8dece;
  border-radius: 8px;
  background: #fffdf7;
  padding: 20px;
}

.answer-card h3 {
  margin: 0 0 10px;
  color: #18261f;
  font-size: 1.03rem;
  line-height: 1.18;
}

.answer-card p {
  margin: 0;
  color: #526258;
  font-size: 0.94rem;
  line-height: 1.5;
}

.answer-card ul {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.answer-card li {
  position: relative;
  padding-left: 20px;
  color: #2f4236;
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.38;
}

.answer-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3e6f9a;
}

.answer-callout {
  margin-top: 16px;
  border: 1px solid rgb(62 111 154 / 24%);
  border-radius: 8px;
  background: #f4f8fb;
  color: #31475b;
  padding: 16px 18px;
  font-size: 0.98rem;
  line-height: 1.48;
}

.answer-callout strong {
  color: #1f3e57;
}

.report-showcase-section {
  width: min(1180px, calc(100% - 32px));
}

.report-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 34px;
  align-items: center;
}

.report-showcase h2 {
  max-width: 620px;
}

.report-showcase > div > p:not(.eyebrow) {
  max-width: 640px;
  color: #526258;
  font-size: 1.08rem;
}

.showcase-points {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.showcase-point {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.showcase-point b {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #e8f4ed;
  color: #245f43;
}

.showcase-point b .ui-icon {
  width: 20px;
  height: 20px;
}

.showcase-point strong {
  display: block;
  color: #18261f;
}

.showcase-point span span {
  display: block;
  margin-top: 4px;
  color: #526258;
}

.report-preview-card {
  position: relative;
  display: grid;
  gap: 14px;
  border: 1px solid rgb(47 125 85 / 28%);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgb(255 253 247 / 96%), rgb(255 253 247 / 100%)),
    #fffdf7;
  box-shadow: 0 22px 70px rgb(23 39 31 / 14%);
  overflow: hidden;
  padding: 0;
}

.report-preview-card--document {
  box-shadow: 0 28px 80px rgb(23 39 31 / 18%);
}

.report-preview-card__bar {
  display: flex;
  gap: 6px;
  border-bottom: 1px solid #d8dece;
  background: #eef4ea;
  padding: 13px 16px;
}

.report-preview-card__bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d69b3d;
}

.report-preview-card__bar span:nth-child(2) {
  background: #2f7d55;
}

.report-preview-card__bar span:nth-child(3) {
  background: #9f5135;
}

.report-preview-card__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  padding: 18px 18px 4px;
}

.report-preview-card__label {
  display: inline-flex;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgb(16 31 24 / 88%);
  color: #fffdf7;
  padding: 7px 11px;
  font-size: 0.76rem;
  font-weight: 900;
}

.report-preview-card__header strong {
  display: block;
  color: #18261f;
  font-family: var(--display-font);
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1;
}

.report-preview-card__header p {
  margin: 8px 0 0;
  color: #526258;
  font-weight: 800;
}

.risk-pill {
  display: grid;
  min-width: 104px;
  border-radius: 14px;
  background: #fff7e5;
  color: #7a4a10;
  padding: 10px 12px;
  text-align: center;
}

.risk-pill span {
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.risk-pill b {
  margin-top: 2px;
  font-size: 1.2rem;
}

.report-preview-card__summary {
  margin: 0 18px;
  border: 1px solid rgb(47 125 85 / 22%);
  border-radius: 10px;
  background: #eef8f1;
  padding: 13px;
}

.report-preview-card__summary b {
  color: #245f43;
}

.report-preview-card__summary p {
  margin: 5px 0 0;
  color: #526258;
}

.report-document-grid {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  gap: 14px;
  padding: 0 18px;
}

.report-document-sidebar {
  display: grid;
  gap: 8px;
  align-content: start;
  border: 1px solid #dce6d6;
  border-radius: 8px;
  background: #f7faf2;
  padding: 10px;
}

.report-document-sidebar span {
  border-radius: 7px;
  color: #526258;
  padding: 8px 10px;
  font-size: 0.78rem;
  font-weight: 900;
}

.report-document-sidebar .is-active {
  background: #2f7d55;
  color: #fffdf7;
}

.report-preview-card__body {
  display: grid;
  gap: 9px;
  padding: 0;
}

.report-preview-card__body article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  border: 1px solid #d8dece;
  border-radius: 8px;
  background: #fffef9;
  padding: 12px;
}

.report-preview-card__body article.is-warning {
  border-color: #edd19c;
  background: #fffaf0;
}

.report-preview-card__body article.is-danger {
  border-color: #ecc7be;
  background: #fff8f5;
}

.report-preview-card__body article.is-ok {
  border-color: #c8dec9;
  background: #f7fbf3;
}

.report-preview-card__body span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  grid-row: 1 / span 2;
  border-radius: 50%;
  background: #e8f4ed;
  color: #245f43;
  font-size: 0.78rem;
  font-weight: 900;
}

.report-preview-card__body span .ui-icon {
  width: 17px;
  height: 17px;
}

.report-preview-card__body b {
  grid-column: 2;
  color: #245f43;
}

.report-preview-card__body p {
  grid-column: 2;
  margin: 4px 0 0;
  color: #526258;
}

.report-preview-card__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 18px;
}

.report-preview-card__footer span {
  border-radius: 999px;
  background: #f3f7ef;
  color: #526258;
  padding: 6px 9px;
  font-size: 0.78rem;
  font-weight: 900;
}

.report-preview-checks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 0 18px;
}

.report-preview-checks span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid #d8dece;
  border-radius: 8px;
  background: #fffef9;
  color: #40584a;
  padding: 0 10px;
  font-size: 0.78rem;
  font-weight: 900;
}

.report-preview-checks span::before {
  content: "✓";
  margin-right: 7px;
  color: #2f7d55;
}

.report-preview-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 18px 18px;
}

.report-preview-card__actions .button-primary,
.report-preview-card__actions .button-secondary {
  min-height: 44px;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #245f43;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: #bfcdbc;
  background: #f7faf3;
}

.marketing-section {
  padding: 56px 0;
  scroll-margin-top: 92px;
}

.how-it-works-section {
  padding-bottom: 40px;
}

.how-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.how-steps article {
  min-width: 0;
  border: 1px solid #d8dece;
  border-radius: 8px;
  background: #fffdf7;
  padding: 20px;
}

.how-steps span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: #e8f4ed;
  color: #245f43;
  font-size: 0.92rem;
  font-weight: 900;
}

.how-steps h3 {
  margin: 14px 0 8px;
  color: #18261f;
  font-size: 1.06rem;
}

.how-steps p {
  margin: 0;
  color: #5d6c62;
  line-height: 1.46;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(260px, 0.55fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 26px;
}

.section-heading h2,
.marketing-section h2 {
  max-width: 720px;
  font-family: var(--display-font);
  font-size: clamp(2rem, 3.8vw, 3rem);
  font-weight: 900;
  line-height: 1;
}

.section-heading > p,
.marketing-section > p {
  color: #5d6c62;
  font-size: 1.02rem;
}

.section-heading > p a {
  color: #245f43;
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.marketing-card-grid,
.pricing-grid,
.legal-grid,
.faq-grid {
  display: grid;
  gap: 16px;
}

.marketing-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.marketing-card,
.pricing-card,
.legal-grid article,
.faq-grid article {
  padding: 20px;
}

.marketing-card span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: #e9efe5;
  color: #426f4c;
  font-weight: 900;
}

.marketing-card h3,
.pricing-card h3,
.legal-grid h3,
.faq-grid h3 {
  margin: 14px 0 8px;
  font-size: 1.05rem;
}

.marketing-card p,
.pricing-card p,
.pricing-card li,
.legal-grid p,
.faq-grid p {
  color: #5d6c62;
}

.report-preview {
  margin-top: 24px;
  border: 1px solid #d8dece;
  border-radius: 8px;
  background: #fffdf7;
  padding: 22px;
}

.report-preview__heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(260px, 0.7fr);
  gap: 20px;
  align-items: end;
  margin-bottom: 18px;
}

.report-preview__heading .eyebrow {
  margin-bottom: 7px;
}

.report-preview__heading h3 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.1;
}

.report-preview__heading > p {
  margin: 0;
  color: #5d6c62;
}

.report-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.example-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

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

.example-link-card {
  display: grid;
  gap: 10px;
  align-content: start;
  border: 1px solid #e0e5d8;
  border-radius: 8px;
  background: #fbfaf4;
  padding: 16px;
}

.example-link-card--featured {
  border-color: #bfd4bd;
  background: #f5faf2;
  box-shadow: 0 14px 30px rgb(24 38 31 / 8%);
}

.example-link-card .mini-risk {
  justify-self: start;
}

.example-link-card h4 {
  margin: 0;
  font-size: 1.08rem;
}

.example-link-card p {
  margin: 0;
  color: #5d6c62;
}

.example-link-card .button-primary,
.example-link-card .button-secondary {
  margin-top: 6px;
  width: 100%;
}

.report-sample-stack {
  display: grid;
  gap: 12px;
}

.report-sample {
  border: 1px solid #d8dece;
  border-radius: 8px;
  background: #fbfaf4;
  overflow: hidden;
}

.report-sample--featured {
  border-color: #bfd4bd;
  background: #f5faf2;
  box-shadow: 0 14px 30px rgb(24 38 31 / 8%);
}

.report-sample summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  cursor: pointer;
  list-style: none;
}

.report-sample summary::after {
  border: 1px solid #d8dece;
  border-radius: 999px;
  color: #4f6156;
  content: "Ver muestra";
  padding: 5px 9px;
  font-size: 0.72rem;
  font-weight: 900;
  white-space: nowrap;
}

.report-sample[open] summary::after {
  content: "Ocultar";
}

.report-sample summary::-webkit-details-marker {
  display: none;
}

.report-sample summary span {
  display: grid;
  gap: 3px;
}

.report-sample summary strong {
  font-size: 1rem;
}

.report-sample summary small {
  color: #65766b;
  font-weight: 750;
}

.report-sample[open] summary {
  border-bottom: 1px solid #e5e9dc;
}

.report-sample__body {
  display: grid;
  gap: 14px;
  padding: 16px;
}

.report-sample__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  border-radius: 8px;
  background: #fffdf7;
  padding: 16px;
}

.report-sample__hero h4 {
  margin: 0 0 8px;
  font-size: 1.25rem;
  line-height: 1.12;
}

.report-sample__hero p:not(.eyebrow) {
  max-width: 820px;
  margin: 0;
  color: #4f6156;
}

.report-sample__facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.report-sample__facts div {
  border: 1px solid #e5e9dc;
  border-radius: 8px;
  background: #fffdf7;
  padding: 12px;
}

.report-sample__facts span {
  display: block;
  color: #65766b;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.report-sample__facts strong {
  display: block;
  margin-top: 4px;
  color: #18261f;
  font-size: 0.92rem;
}

.report-sample__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.report-sample__columns section {
  border: 1px solid #e5e9dc;
  border-radius: 8px;
  background: #fffdf7;
  padding: 14px;
}

.report-sample__columns h5 {
  margin: 0 0 9px;
  color: #18261f;
  font-size: 0.95rem;
}

.report-sample__columns ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 18px;
}

.report-sample__columns li {
  color: #5d6c62;
  font-size: 0.88rem;
  line-height: 1.32;
}

.report-sample__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid #e5e9dc;
  padding-top: 2px;
}

.report-sample__actions span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border-radius: 7px;
  background: #426f4c;
  color: #fffdf7;
  padding: 0 12px;
  font-size: 0.84rem;
  font-weight: 900;
}

.report-example {
  border: 1px solid #e0e5d8;
  border-radius: 8px;
  background: #fbfaf4;
  padding: 16px;
}

.report-example--featured {
  border-color: #bfd4bd;
  background: #f5faf2;
  box-shadow: 0 14px 30px rgb(24 38 31 / 8%);
}

.report-example__top {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.report-example__top span {
  color: #426f4c;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.report-example h4 {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.18;
}

.report-example p,
.report-example li {
  color: #5d6c62;
  font-size: 0.9rem;
  line-height: 1.36;
}

.report-example p {
  margin: 0 0 12px;
}

.report-example ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 18px;
}

.confidence-section {
  padding-top: 30px;
}

.confidence-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.confidence-grid article {
  display: grid;
  gap: 10px;
  align-content: start;
  border: 1px solid #dce6d6;
  border-radius: 8px;
  background: #fffdf7;
  padding: 18px;
}

.confidence-grid b {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 999px;
  background: #e6f0e4;
  color: #426f4c;
}

.confidence-grid h3 {
  margin: 0;
  color: #18261f;
  font-size: 1rem;
}

.confidence-grid p {
  margin: 0;
  color: #526258;
  font-size: 0.92rem;
  line-height: 1.42;
}

.confidence-grid a {
  align-self: end;
  color: #245f43;
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.mini-risk {
  border-radius: 999px;
  padding: 4px 8px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
}

.mini-risk--green {
  background: #426f4c;
}

.mini-risk--amber {
  background: #8a5a13;
}

.mini-risk--red {
  background: #bd493f;
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  scroll-margin-top: 240px;
}

.pricing-card:target,
.pricing-card.is-guided-target {
  border-color: #8fb88f;
  box-shadow: 0 18px 42px rgb(47 125 85 / 16%);
}

.pricing-card--featured {
  border-color: #bfd4bd;
  background: linear-gradient(180deg, #f7fbf4 0%, #fffef9 58%);
  box-shadow: 0 16px 36px rgb(24 38 31 / 8%);
}

.plan-badge {
  position: absolute;
  top: -13px;
  right: 18px;
  border: 1px solid #c8dec9;
  border-radius: 999px;
  background: #e6f0e4;
  color: #245f43;
  padding: 5px 10px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pricing-card strong {
  display: block;
  margin: 8px 0;
  color: #315f3f;
  font-size: 1.6rem;
}

.plan-fit-note {
  border-left: 3px solid #c8dec9;
  background: #f8faf4;
  padding: 9px 10px;
  color: #40584a !important;
  font-size: 0.88rem;
  font-weight: 850;
  line-height: 1.35;
}

.pricing-card ul {
  flex: 1;
  margin: 12px 0 20px;
  padding-left: 18px;
}

.pricing-card .plan-feature-list {
  display: grid;
  gap: 7px;
  padding-left: 0;
  list-style: none;
}

.plan-feature-list li {
  position: relative;
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: start;
  gap: 8px;
  color: #33443a;
  font-size: 0.86rem;
  line-height: 1.18;
}

.plan-feature-list li::before {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
}

.plan-feature-list .feature-group-title {
  display: block;
  margin: 4px 0 0;
  border-top: 1px solid #e7ebdf;
  padding-top: 8px;
  color: #426f4c;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
}

.plan-feature-list .feature-group-title::before {
  display: none;
}

.plan-feature-list .is-included::before {
  background: #e6f0e4;
  color: #426f4c;
  content: "✓";
}

.plan-feature-list .is-locked,
.plan-feature-list .is-not-included {
  color: #59675e;
}

.plan-feature-list .is-locked::before {
  border: 1px solid #d8dece;
  background:
    linear-gradient(#8a958d 0 0) center 9px / 8px 6px no-repeat;
  color: transparent;
  content: "";
}

.plan-feature-list .is-locked::after {
  position: absolute;
  top: 4px;
  left: 5px;
  width: 6px;
  height: 6px;
  border: 2px solid #8a958d;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  content: "";
}

.plan-feature-list .is-not-included::before {
  border: 1px solid #d8dece;
  color: #8a958d;
  content: "–";
}

.plan-feature-list .is-next-plan {
  margin-top: 3px;
  border-top: 1px solid #e7ebdf;
  padding-top: 10px;
  color: #4f6156;
  font-weight: 800;
}

.plan-feature-list .is-next-plan::before {
  background: #f5ead7;
  color: #8a432b;
  content: "→";
}

.pricing-card .button-primary,
.pricing-card .button-secondary {
  width: 100%;
}

.plan-cta-note {
  display: block;
  margin-top: 8px;
  color: #66756b;
  font-size: 0.78rem;
  font-weight: 850;
  text-align: center;
}

.pricing-card__sample-link {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  color: #315f3f;
  font-size: 0.86rem;
  font-weight: 900;
}

.plan-soon-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 18px;
  align-items: center;
  margin-top: 16px;
  border: 1px solid #dce6d6;
  border-radius: 8px;
  background: #f5f8f1;
  padding: 18px;
}

.plan-soon-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border: 1px solid #c8dec9;
  border-radius: 999px;
  background: #e6f0e4;
  color: #245f43;
  padding: 0 9px;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.plan-soon-strip h3 {
  margin: 10px 0 5px;
  color: #18261f;
  font-size: 1.08rem;
}

.plan-soon-strip p {
  margin: 0;
  color: #526258;
  line-height: 1.42;
}

.plan-soon-strip small {
  display: block;
  margin-top: 8px;
  color: #66756b;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
}

.interest-form {
  display: grid;
  gap: 10px;
}

.interest-form--inline {
  grid-template-columns: minmax(0, 1fr) auto;
}

.checklist-lead-section {
  padding-top: 24px;
}

.checklist-lead-panel,
.guide-checklist-lead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 22px;
  align-items: center;
  border: 1px solid rgb(47 125 85 / 24%);
  border-radius: 8px;
  background: #f7fbf3;
  padding: 24px;
}

.checklist-lead-panel h2,
.guide-checklist-lead h2 {
  margin: 0;
}

.checklist-lead-panel p:not(.eyebrow),
.guide-checklist-lead p:not(.eyebrow) {
  max-width: 680px;
  margin: 10px 0 0;
  color: #526258;
  line-height: 1.52;
}

.checklist-lead-form {
  display: grid;
  gap: 10px;
}

.checklist-lead-form__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.checklist-lead-form__consent {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  color: #526258;
  font-size: 0.86rem;
  line-height: 1.35;
}

.checklist-lead-form__consent input {
  width: auto;
  min-height: auto;
  margin-top: 3px;
}

.checklist-lead-form small {
  color: #66756b;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.35;
}

.pricing-card--soon {
  border-color: #dce6d6;
  background: #f3f6ef;
}

.soon-label {
  align-self: flex-start;
  margin-bottom: 8px;
  border: 1px solid #c8dec9;
  border-radius: 999px;
  background: #e3ecdf;
  color: #245f43;
  padding: 5px 9px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.legal {
  padding-top: 36px;
}

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

.faq-section {
  padding-top: 28px;
}

#faq-title {
  scroll-margin-top: 96px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-content-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 22px;
  align-items: start;
  margin-top: 24px;
}

.payment-trust-panel {
  display: grid;
  gap: 18px;
  border: 1px solid rgb(47 125 85 / 22%);
  border-radius: 8px;
  background: #fffefa;
  box-shadow: 0 18px 50px rgb(23 39 31 / 8%);
  padding: 24px;
}

.payment-trust-panel h3 {
  margin: 0;
  font-size: 1.35rem;
}

.payment-trust-panel p:not(.eyebrow) {
  margin: 10px 0 0;
  color: #5d6c62;
  line-height: 1.5;
}

.payment-trust-panel__badge {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
}

.payment-trust-panel__badge img {
  display: block;
  width: 150px;
  height: auto;
}

.trust-badge-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-badge-list li {
  position: relative;
  padding-left: 28px;
  color: #2f4236;
  font-size: 0.93rem;
  font-weight: 760;
  line-height: 1.35;
}

.trust-badge-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.18em;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #e8f4ed;
}

.trust-badge-list li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 0.48em;
  width: 5px;
  height: 8px;
  border: solid #2f7d55;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.faq-item {
  border: 1px solid #d8dece;
  border-radius: 8px;
  background: #fffdf7;
  box-shadow: 0 10px 32px rgb(23 39 31 / 5%);
  overflow: hidden;
}

.faq-item + .faq-item {
  margin-top: 2px;
}

.faq-item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  gap: 14px;
  align-items: center;
  cursor: pointer;
  padding: 18px;
  color: #18261f;
  font-size: 1.05rem;
  font-weight: 900;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary:focus-visible {
  outline: 3px solid rgb(214 155 61 / 92%);
  outline-offset: -3px;
}

.faq-item summary::after {
  content: "+";
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #e8f4ed;
  color: #245f43;
  font-size: 1.3rem;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  margin: -4px 18px 18px;
  color: #5d6c62;
  line-height: 1.5;
}

.site-footer {
  background: #101f18;
  color: rgb(255 253 247 / 74%);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) repeat(3, minmax(160px, 0.48fr));
  gap: 30px;
  align-items: flex-start;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 46px 0;
}

.site-footer__brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #fffdf7;
  font-weight: 900;
}

.site-footer p {
  max-width: 390px;
  margin: 14px 0 0;
  color: rgb(255 253 247 / 70%);
}

.site-footer__col strong {
  display: block;
  margin-bottom: 12px;
  color: #fffdf7;
}

.site-footer__col a,
.site-footer__col span {
  display: block;
  margin-top: 9px;
  color: rgb(255 253 247 / 72%);
  font-weight: 800;
}

.site-footer__col a {
  display: flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  color: #fffdf7;
  text-decoration-line: underline;
  text-decoration-color: rgb(214 155 61 / 70%);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.site-footer__col a:hover,
.site-footer__col a:focus-visible {
  color: #fff;
  text-decoration-color: #d69b3d;
}

.site-footer__col span {
  text-decoration: none;
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  border-top: 1px solid rgb(255 253 247 / 12%);
  padding: 18px 0 26px;
  color: rgb(255 253 247 / 72%);
  font-size: 0.9rem;
}

.mobile-cta {
  display: none;
}

.legal-page {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 108px 0 78px;
}

.legal-page__nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 34px;
}

.legal-page__nav .marketing-brand__mark {
  filter: none;
}

.marketing-nav--public.public-page-nav {
  border-bottom-color: rgb(255 253 247 / 18%);
  background: rgb(11 26 19 / 92%);
  box-shadow: 0 14px 36px rgb(6 19 14 / 18%);
  color: #fffdf7;
}

.public-page-nav__brand {
  color: #fffdf7;
}

.public-page-nav__links {
  flex-wrap: nowrap;
}

.marketing-nav--public .public-page-nav__links a {
  color: #fffdf7;
}

.marketing-nav--public .public-page-nav__links a:hover,
.marketing-nav--public .public-page-nav__links a:focus-visible {
  background: rgb(255 253 247 / 14%);
  color: #fffdf7;
}

.marketing-nav--public .public-page-nav__links .public-page-nav__cta {
  border: 1px solid rgb(255 253 247 / 48%);
  background: rgb(255 253 247 / 16%);
  color: #fffdf7;
  padding: 0 14px;
  backdrop-filter: blur(10px);
}

.marketing-nav--public .public-page-nav__links .public-page-nav__cta:hover,
.marketing-nav--public .public-page-nav__links .public-page-nav__cta:focus-visible {
  background: rgb(255 253 247 / 24%);
  color: #fffdf7;
}

.legal-hero {
  display: grid;
  gap: 14px;
  max-width: none;
  border: 1px solid rgb(255 253 247 / 18%);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgb(15 41 30) 0%, rgb(31 81 56) 68%, rgb(157 109 35) 150%);
  box-shadow: 0 22px 60px rgb(23 39 31 / 16%);
  padding: clamp(26px, 5vw, 54px);
  color: #fffdf7;
}

.legal-hero h1 {
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(2.35rem, 5.5vw, 4.4rem);
  font-weight: 900;
  line-height: 0.98;
}

.legal-hero > p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: rgb(255 253 247 / 82%);
  font-size: 1.08rem;
  line-height: 1.55;
}

.legal-hero .eyebrow,
.guide-hero .eyebrow,
.example-report-notice .eyebrow {
  color: #f0c26d;
}

.legal-contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.legal-contact-strip span {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  min-height: 36px;
  border: 1px solid rgb(255 253 247 / 24%);
  border-radius: 999px;
  background: rgb(255 253 247 / 12%);
  color: rgb(255 253 247 / 78%);
  padding: 0 12px;
  font-size: 0.84rem;
  font-weight: 760;
  backdrop-filter: blur(10px);
}

.legal-contact-strip strong {
  color: #fffdf7;
}

.legal-page-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.legal-page-grid article,
.legal-support-box {
  border: 1px solid #d3ddcf;
  border-radius: 8px;
  background: #fffdf7;
  box-shadow: 0 16px 42px rgb(23 39 31 / 7%);
}

.legal-page-grid article {
  padding: 24px;
}

.legal-page-grid h2,
.legal-support-box h2 {
  margin: 0;
  color: #18261f;
  font-size: 1.35rem;
  line-height: 1.15;
}

.legal-page-grid ul {
  display: grid;
  gap: 11px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.legal-page-grid li {
  position: relative;
  padding-left: 24px;
  color: #526258;
  line-height: 1.5;
}

.legal-page-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d69b3d;
}

.legal-support-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  margin-top: 18px;
  padding: 24px;
}

.legal-support-box p:not(.eyebrow) {
  max-width: 720px;
  margin: 10px 0 0;
  color: #526258;
  line-height: 1.5;
}

.guide-page {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 108px 0 78px;
}

.guide-page article {
  display: grid;
  gap: 34px;
}

.guide-hero {
  display: grid;
  gap: 14px;
  max-width: none;
  border: 1px solid rgb(255 253 247 / 18%);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgb(15 41 30) 0%, rgb(31 81 56) 68%, rgb(157 109 35) 150%);
  box-shadow: 0 22px 60px rgb(23 39 31 / 16%);
  padding: clamp(26px, 5vw, 54px);
  color: #fffdf7;
}

.guide-hero h1 {
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(2.35rem, 5.3vw, 4.35rem);
  font-weight: 900;
  line-height: 0.98;
}

.guide-hero > p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: rgb(255 253 247 / 82%);
  font-size: 1.08rem;
  line-height: 1.55;
}

.guide-meta-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.guide-meta-strip span,
.content-index-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border: 1px solid #d8dece;
  border-radius: 999px;
  background: #fffdf7;
  color: #526258;
  padding: 0 10px;
  font-size: 0.82rem;
  font-weight: 900;
}

.guide-meta-strip span {
  border-color: rgb(255 253 247 / 24%);
  background: rgb(255 253 247 / 12%);
  color: rgb(255 253 247 / 82%);
  backdrop-filter: blur(10px);
}

.guide-answer,
.guide-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  border: 1px solid rgb(47 125 85 / 22%);
  border-radius: 8px;
  background: #fffdf7;
  box-shadow: 0 18px 50px rgb(23 39 31 / 8%);
  padding: 26px;
}

.guide-cta {
  grid-template-columns: minmax(0, 0.72fr) minmax(340px, 0.8fr);
  align-items: start;
}

.guide-answer h2,
.guide-cta h2,
.guide-section h2 {
  margin: 0;
  color: #18261f;
  font-family: var(--display-font);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  font-weight: 900;
  line-height: 1.06;
}

.guide-answer .eyebrow,
.guide-answer h2,
.guide-answer p:not(.eyebrow) {
  grid-column: 1;
}

.guide-answer .button-primary {
  grid-column: 2;
  grid-row: 2 / span 2;
  align-self: end;
}

.guide-answer p:not(.eyebrow),
.guide-cta p:not(.eyebrow) {
  max-width: 760px;
  margin: 10px 0 0;
  color: #526258;
  font-size: 1.02rem;
  line-height: 1.55;
}

.guide-section {
  display: grid;
  gap: 18px;
}

.guide-section__heading {
  display: grid;
  gap: 8px;
  max-width: 760px;
}

.guide-checklist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.guide-checklist article,
.guide-two-column {
  border: 1px solid #d3ddcf;
  border-radius: 8px;
  background: #fffdf7;
  box-shadow: 0 16px 42px rgb(23 39 31 / 7%);
}

.guide-checklist article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
}

.guide-checklist span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #e8f4ed;
  color: #245f43;
  font-size: 0.88rem;
  font-weight: 900;
}

.guide-checklist h3 {
  margin: 0 0 6px;
  color: #18261f;
  font-size: 1rem;
}

.guide-checklist p {
  margin: 0;
  color: #526258;
  font-size: 0.92rem;
  line-height: 1.45;
}

.guide-inline-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border: 1px solid rgb(47 125 85 / 24%);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #f7fbf3 0%, #fff8ef 100%);
  box-shadow: 0 14px 36px rgb(23 39 31 / 6%);
  padding: 18px;
}

.guide-inline-cta span,
.guide-inline-cta strong {
  display: block;
}

.guide-inline-cta span {
  color: #526258;
  line-height: 1.45;
}

.guide-inline-cta strong {
  margin-bottom: 4px;
  color: #18261f;
  font-size: 1.05rem;
}

.guide-clause-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 14px;
}

.guide-clause-card article {
  display: grid;
  gap: 10px;
  border: 1px solid #d3ddcf;
  border-radius: 8px;
  background: #fffdf7;
  box-shadow: 0 16px 42px rgb(23 39 31 / 7%);
  padding: 18px;
}

.guide-clause-card article:first-child {
  grid-row: span 3;
  align-content: start;
  background: #fff8ef;
}

.guide-clause-card span {
  color: #8a5a14;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.guide-clause-card h3 {
  margin: 0;
  color: #18261f;
  font-size: 1.08rem;
  line-height: 1.25;
}

.guide-clause-card blockquote {
  margin: 0;
  border-left: 4px solid #d69b3d;
  color: #2e3c34;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.55;
  padding-left: 16px;
}

.guide-clause-card p {
  margin: 0;
  color: #526258;
  line-height: 1.5;
}

.guide-clause-card__action {
  border-color: rgb(47 125 85 / 26%) !important;
  background: #f4fbf6 !important;
}

.guide-clause-card__action strong {
  color: #18261f;
  line-height: 1.45;
}

.guide-two-column {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  padding: 24px;
}

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

.guide-list li {
  position: relative;
  padding-left: 24px;
  color: #526258;
  line-height: 1.5;
}

.guide-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d69b3d;
}

.guide-plan-actions {
  display: grid;
  gap: 10px;
}

.guide-plan-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border: 1px solid #d3ddcf;
  border-radius: 8px;
  background: #fffefa;
  color: inherit;
  padding: 14px;
  text-decoration: none;
}

.guide-plan-link--featured {
  border-color: rgb(47 125 85 / 34%);
  background: #f4fbf6;
}

.guide-plan-link strong,
.guide-plan-link span,
.guide-plan-link b {
  display: block;
}

.guide-plan-link strong {
  color: #18261f;
  line-height: 1.2;
}

.guide-plan-link span {
  min-width: 0;
  color: #526258;
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.35;
}

.guide-plan-link b {
  border-radius: 999px;
  background: #2f7d55;
  color: #fffdf7;
  padding: 9px 12px;
  font-size: 0.82rem;
  line-height: 1;
  white-space: nowrap;
}

.guide-plan-link:hover,
.guide-plan-link:focus-visible {
  border-color: rgb(47 125 85 / 48%);
  background: #f7fbf3;
}

.guide-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

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

.guide-author-card,
.guide-source-card {
  display: grid;
  gap: 7px;
  border: 1px solid #d3ddcf;
  border-radius: 8px;
  background: #fffdf7;
  box-shadow: 0 14px 34px rgb(23 39 31 / 6%);
  padding: 16px;
}

.guide-source-card {
  color: inherit;
  text-decoration: none;
}

.guide-author-card strong,
.guide-source-card strong {
  color: #18261f;
  font-size: 1rem;
  line-height: 1.25;
}

.guide-author-card span,
.guide-source-card span {
  color: #526258;
  line-height: 1.42;
}

.guide-author-card small {
  color: #65766b;
  font-size: 0.82rem;
  font-weight: 800;
}

.guide-author-card a,
.guide-source-card:hover strong,
.guide-source-card:focus-visible strong {
  color: #245f43;
}

.guide-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.guide-trust-list li {
  border: 1px solid #d8dece;
  border-radius: 999px;
  background: #fffdf7;
  color: #526258;
  padding: 7px 10px;
  font-size: 0.82rem;
  font-weight: 900;
}

.guide-related-card {
  display: grid;
  gap: 8px;
  border: 1px solid #d3ddcf;
  border-radius: 8px;
  background: #fffdf7;
  box-shadow: 0 14px 34px rgb(23 39 31 / 6%);
  color: inherit;
  padding: 18px;
  text-decoration: none;
}

.guide-related-card strong {
  color: #18261f;
  font-size: 1.05rem;
  line-height: 1.2;
}

.guide-related-card span {
  color: #526258;
  line-height: 1.45;
}

.guide-related-card:hover,
.guide-related-card:focus-visible {
  border-color: rgb(47 125 85 / 40%);
  background: #f7fbf3;
}

.content-index-page {
  display: grid;
  gap: 30px;
  width: min(1180px, calc(100% - 32px));
}

.content-index-hero {
  max-width: none;
}

.content-index-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.content-index-grid--examples {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.content-index-grid--cases {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.content-index-card {
  display: grid;
  align-content: start;
  border: 1px solid #d3ddcf;
  border-radius: 8px;
  background: #fffdf7;
  box-shadow: 0 16px 42px rgb(23 39 31 / 7%);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease,
    background-color 160ms ease;
}

.content-index-card:hover,
.content-index-card:has(.content-index-card__link:focus-visible) {
  border-color: rgb(47 125 85 / 48%);
  box-shadow: 0 22px 54px rgb(23 39 31 / 12%);
  transform: translateY(-2px);
}

.content-index-card:nth-child(2n) {
  background: #f8fbf4;
}

.content-index-card:nth-child(3n) {
  background: #fff8ef;
}

.content-index-card__link {
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 100%;
  color: inherit;
  padding: 22px 20px;
  text-decoration: none;
}

.content-index-card__link:focus-visible {
  outline: 3px solid rgb(47 125 85 / 34%);
  outline-offset: 4px;
}

.content-index-card h3 {
  margin: 0;
  color: #18261f;
  font-family: var(--display-font);
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.08;
}

.content-index-card:hover h3,
.content-index-card__link:focus-visible h3 {
  color: #245f43;
}

.content-index-card p:not(.eyebrow) {
  margin: 0;
  color: #526258;
  line-height: 1.48;
}

.content-index-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 8px;
}

.case-study-page article {
  display: grid;
  gap: 34px;
}

.public-report-shell {
  width: min(1180px, calc(100% - 32px));
  padding-top: 108px;
  padding-bottom: 78px;
}

.case-card strong a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.case-card strong a:hover,
.case-card strong a:focus-visible {
  color: #245f43;
}

.page-shell,
.admin-shell,
.review-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0;
}

.admin-shell {
  width: min(1540px, calc(100% - 32px));
}

.hero-panel,
.admin-header,
.review-header,
.request-trust-panel,
.review-form,
.admin-panel,
.table-panel,
.payment-panel,
.summary-card,
.status-grid article,
.metric-grid article {
  border: 1px solid #d8dece;
  background: #fffdf7;
  border-radius: 8px;
}

.hero-panel {
  padding: clamp(28px, 6vw, 64px);
}

.review-header {
  padding: 28px;
}

.request-trust-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 12px 0 16px;
  padding: 10px;
  border: 1px solid #d8dece;
  border-radius: 8px;
  background: #f7faf2;
}

.request-trust-panel div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 4px;
}

.request-trust-panel__icon {
  display: grid !important;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgb(47 125 85 / 18%);
  border-radius: 50%;
  background: #e8f4ed;
  color: #245f43;
}

.request-trust-panel__icon .ui-icon {
  width: 17px;
  height: 17px;
}

.request-trust-panel strong,
.request-trust-panel span {
  display: block;
}

.request-trust-panel strong {
  color: #245f43;
  font-size: 0.82rem;
  line-height: 1.2;
}

.request-trust-panel span {
  margin-top: 3px;
  color: #526258;
  font-size: 0.78rem;
  font-weight: 760;
  line-height: 1.3;
}

.example-report-notice {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgb(255 253 247 / 18%);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgb(15 41 30) 0%, rgb(31 81 56) 68%, rgb(157 109 35) 150%);
  box-shadow: 0 22px 60px rgb(23 39 31 / 16%);
  color: #fffdf7;
  margin-bottom: 16px;
  padding: 22px;
}

.example-report-notice h1 {
  margin-bottom: 8px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.example-report-notice p:not(.eyebrow) {
  max-width: 720px;
  margin-bottom: 0;
  color: rgb(255 253 247 / 82%);
}

.review-return-nav {
  display: flex;
  margin: 0 0 10px;
}

.review-return-link {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: #526258;
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
}

.review-return-link .ui-icon {
  width: 17px;
  height: 17px;
  color: #2f7d55;
}

.review-return-link:hover,
.review-return-link:focus-visible {
  color: #2f7d55;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.review-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 14px;
}

.review-topbar__brand {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  color: #18261f;
  font-size: 0.95rem;
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
}

.review-topbar__logo {
  width: 34px;
  height: 34px;
  filter: invert(1) brightness(0.2) saturate(1.3);
  object-fit: contain;
}

.review-topbar__context {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border: 1px solid #d8dece;
  border-radius: 999px;
  background: #fffdf7;
  color: #526258;
  padding: 0 11px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.review-header--compact {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(280px, 420px);
  gap: 24px;
  align-items: start;
  padding: 18px 22px;
}

.review-header h1 {
  max-width: 720px;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.review-header--compact h1 {
  max-width: 520px;
  margin-bottom: 0;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  line-height: 1.03;
}

.review-header--compact p:not(.eyebrow) {
  max-width: 420px;
  margin-bottom: 0;
  color: #5d6c62;
  font-size: 0.98rem;
}

.review-header__link {
  display: inline-flex;
  align-items: center;
  color: #2f7d55;
  font-size: 0.92rem;
  font-weight: 900;
  text-decoration: none;
}

.review-header__link {
  margin-top: 10px;
}

.review-header__link:hover {
  text-decoration: underline;
}

.eyebrow {
  margin: 0 0 8px;
  color: #315f3f;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 12px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

h2 {
  margin-bottom: 16px;
  font-size: 1.1rem;
}

.lead {
  max-width: 720px;
  color: #5d6c62;
  font-size: 1.12rem;
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.action-row--compact {
  margin-top: 18px;
}

.button-primary,
.button-secondary,
.button-danger {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  padding: 0 18px;
  font-weight: 800;
  text-decoration: none;
}

form.button_to {
  display: inline-flex;
  margin: 0;
}

.button-primary {
  background: #2f7d55;
  color: #fffdf7;
  border: 0;
  cursor: pointer;
}

.button-secondary {
  border: 1px solid #d8dece;
  background: #fffdf7;
}

.button-danger {
  border: 0;
  background: #8f2f1f;
  color: #fffdf7;
  cursor: pointer;
}

.admin-panel--danger {
  display: grid;
  gap: 18px;
  margin-top: 16px;
  border-color: #ecc7be;
  background: #fff8f5;
  padding: 24px;
}

.admin-panel--danger h2 {
  margin: 4px 0 8px;
}

.admin-panel--danger p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: #6d4a42;
  line-height: 1.5;
}

.retention-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.retention-summary span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 6px;
  border: 1px solid #ecc7be;
  border-radius: 999px;
  background: #fffdf7;
  padding: 0 12px;
  color: #6d4a42;
  font-weight: 800;
}

.ui-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.report-download-button {
  min-width: 172px;
}

.example-output-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.example-output-list > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  border: 1px solid #c8dec9;
  border-radius: 999px;
  background: #e8f4ed;
  color: #245f43;
  padding: 0 12px;
  font-size: 0.86rem;
  font-weight: 900;
}

.example-output-list .ui-icon {
  width: 16px;
  height: 16px;
}

.status-grid,
.metric-grid,
.admin-grid,
.admin-detail-grid {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}

.status-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.metric-grid,
.admin-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.metric-grid--hero {
  grid-template-columns: 1.2fr repeat(4, minmax(0, 1fr));
}

.metric-grid--secondary strong {
  font-size: 1.4rem;
}

.metric-card p {
  margin: 10px 0 0;
  color: #65766b;
  font-size: 0.9rem;
}

.metric-grid .metric-card--money {
  background: #17271f;
  color: #fffdf7;
}

.metric-grid .metric-card--money span,
.metric-grid .metric-card--money p {
  color: rgb(255 253 247 / 72%);
}

.metric-card--privacy {
  border-color: #ecc7be;
  background: #fff8f5;
}

.metric-card--privacy span,
.metric-card--privacy p {
  color: #6d4a42;
}

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

.admin-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 16px;
  margin-top: 16px;
}

.admin-dashboard-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.metric-grid > *,
.admin-dashboard-grid > *,
.admin-detail-grid > * {
  min-width: 0;
}

.status-grid article,
.metric-grid article,
.admin-panel,
.table-panel {
  padding: 20px;
}

.admin-panel h3 {
  margin: 18px 0 8px;
  font-size: 1rem;
}

.campaign-kit-list {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.campaign-kit-item {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(300px, 1fr);
  gap: 14px;
  border: 1px solid #d8dece;
  border-radius: 8px;
  background: #fffdf7;
  padding: 14px;
}

.campaign-kit-item strong,
.campaign-kit-item span,
.campaign-kit-item small {
  display: block;
}

.campaign-kit-item strong {
  color: #18261f;
  font-size: 1rem;
}

.campaign-kit-item span {
  margin-top: 4px;
  color: #526258;
  line-height: 1.4;
}

.campaign-kit-item small {
  margin-top: 8px;
  color: #65766b;
  font-size: 0.78rem;
  font-weight: 800;
}

.campaign-channel-list {
  display: grid;
  gap: 8px;
}

.campaign-channel-list details {
  border: 1px solid #dce6d6;
  border-radius: 8px;
  background: #f8faf4;
  padding: 9px 10px;
}

.campaign-channel-list summary {
  cursor: pointer;
  color: #245f43;
  font-size: 0.86rem;
  font-weight: 900;
}

.campaign-channel-list code {
  display: block;
  margin-top: 8px;
  color: #18261f;
  font-size: 0.76rem;
  overflow-wrap: anywhere;
}

.campaign-channel-list details span {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.campaign-channel-list a {
  color: #245f43;
  font-size: 0.82rem;
  font-weight: 900;
}

.status-grid span,
.metric-grid span {
  display: block;
  color: #66806d;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.status-grid strong,
.metric-grid strong {
  display: block;
  margin-top: 4px;
  font-size: 1.3rem;
}

.metric-grid strong {
  font-size: 2.2rem;
  line-height: 1;
}

.status-grid p {
  margin: 10px 0 0;
  color: #5d6c62;
}

.admin-header {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
}

.admin-header h1 {
  font-size: 2rem;
}

.admin-header--dashboard {
  align-items: flex-start;
}

.dashboard-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
  border-bottom: 1px solid #dfe7d9;
}

.dashboard-tab {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border-bottom: 3px solid transparent;
  color: #59665d;
  padding: 0 14px;
  font-weight: 900;
  text-decoration: none;
}

.dashboard-tab:hover,
.dashboard-tab:focus-visible {
  color: #203228;
}

.dashboard-tab--active {
  border-bottom-color: #426f4c;
  color: #203228;
}

.panel-heading {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 14px;
}

.panel-heading h2 {
  margin-bottom: 0;
}

.panel-heading > span {
  display: inline-flex;
  min-width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #eef5eb;
  color: #426f4c;
  font-weight: 900;
}

.admin-panel--focus {
  background: #fffef9;
}

.admin-panel--launch {
  border-color: #c8dec9;
  background: #f8fbf4;
}

.admin-panel--funnel {
  background: #fffef9;
}

.admin-panel--traffic {
  background: #fbfaf4;
}

.launch-check-list,
.funnel-step-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.launch-check {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border: 1px solid #edf0e7;
  border-radius: 8px;
  background: #fffdf7;
  padding: 12px;
}

.launch-check > strong {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.launch-check--ok > strong {
  background: #eaf4e8;
  color: #2f6f3f;
}

.launch-check--warn > strong {
  background: #fff4df;
  color: #8a5a13;
}

.launch-check b,
.launch-check small {
  display: block;
}

.launch-check small {
  margin-top: 2px;
  color: #65766b;
}

.funnel-step-list {
  counter-reset: funnel-step;
  list-style: none;
}

.funnel-step-list li {
  counter-increment: funnel-step;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  border-top: 1px solid #edf0e7;
  padding-top: 10px;
}

.funnel-step-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.funnel-step-list strong::before {
  content: counter(funnel-step) ". ";
  color: #8c9b8f;
}

.funnel-step-list strong,
.funnel-step-list small {
  display: block;
}

.funnel-step-list small {
  margin-top: 2px;
  color: #65766b;
}

.funnel-step-list b {
  font-size: 1.35rem;
}

.funnel-step-list em {
  display: inline-flex;
  min-width: 48px;
  justify-content: center;
  border-radius: 999px;
  background: #eef5eb;
  color: #426f4c;
  padding: 4px 8px;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
}

.traffic-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  margin: 0;
}

.traffic-summary div {
  border: 1px solid #edf0e7;
  border-radius: 8px;
  background: #fffdf7;
  padding: 12px;
}

.traffic-summary dt {
  color: #65766b;
  font-size: 0.76rem;
  font-weight: 850;
}

.traffic-summary dd {
  margin: 4px 0 0;
  font-size: 1.35rem;
  font-weight: 950;
}

.compact-signal-list {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.compact-signal-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  border-top: 1px solid #edf0e7;
  padding-top: 8px;
}

.compact-signal-list span {
  overflow-wrap: anywhere;
  color: #4f5f54;
}

.compact-signal-list b {
  font-weight: 950;
}

.dashboard-subpanel {
  margin-top: 18px;
  border-top: 1px solid #edf0e7;
  padding-top: 14px;
}

.dashboard-subpanel h3 {
  margin: 0;
}

.dashboard-subpanel small {
  display: block;
  margin-top: 3px;
  color: #65766b;
  font-size: 0.78rem;
  font-weight: 800;
}

.plan-tracking-list {
  display: grid;
  gap: 16px;
}

.plan-tracking-card {
  display: grid;
  gap: 16px;
}

.plan-tracking-card__header {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: space-between;
}

.plan-tracking-card__header h3 {
  margin: 0;
  color: #18261f;
  font-family: var(--display-font);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.05;
}

.plan-tracking-card__header p:not(.eyebrow) {
  margin: 8px 0 0;
  color: #526258;
}

.plan-tracking-card__header code {
  color: #245f43;
  font-size: 0.82rem;
}

.plan-tracking-card__metrics {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.plan-tracking-card__metrics dd {
  font-size: 1.15rem;
}

.plan-tracking-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.plan-tracking-grid .dashboard-subpanel {
  margin-top: 0;
  border: 1px solid #edf0e7;
  border-radius: 8px;
  background: #fffef9;
  padding: 14px;
}

.plan-tracking-grid h4 {
  margin: 0 0 10px;
  color: #18261f;
  font-size: 1rem;
}

.visitor-journey-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.visitor-journey-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  border: 1px solid #e4eadc;
  border-radius: 8px;
  background: #fffdf7;
  padding: 14px;
}

.visitor-journey-index {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #eaf4e8;
  color: #2f6f3f;
  font-weight: 950;
}

.visitor-journey-item time,
.visitor-journey-item strong {
  display: block;
}

.visitor-journey-item time {
  color: #65766b;
  font-size: 0.8rem;
  font-weight: 850;
}

.visitor-journey-item strong {
  margin-top: 3px;
  color: #18261f;
  font-size: 1.02rem;
}

.visitor-journey-item dl {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 0;
}

.visitor-journey-item dl div {
  min-width: min(100%, 180px);
  border-radius: 8px;
  background: #f5f8ef;
  padding: 8px 10px;
}

.visitor-journey-item dt {
  color: #65766b;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.visitor-journey-item dd {
  margin: 3px 0 0;
  color: #2f3f35;
  overflow-wrap: anywhere;
}

.signal-note {
  margin: 12px 0 0;
  color: #65766b;
  line-height: 1.45;
}

.prelaunch-cleanup-box {
  display: grid;
  gap: 14px;
  border: 1px solid #ecc7be;
  border-radius: 8px;
  background: #fff8f5;
  padding: 16px;
}

.prelaunch-cleanup-box h3,
.prelaunch-cleanup-box p,
.prelaunch-cleanup-box dl {
  margin: 0;
}

.prelaunch-cleanup-box h3 {
  font-size: 1rem;
}

.prelaunch-cleanup-box p {
  color: #6d4a42;
  line-height: 1.45;
}

.prelaunch-cleanup-box dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.prelaunch-cleanup-box dl div {
  border-radius: 8px;
  background: #fffdf7;
  padding: 10px;
}

.prelaunch-cleanup-box dt {
  color: #806257;
  font-size: 0.78rem;
  font-weight: 800;
}

.prelaunch-cleanup-box dd {
  margin: 4px 0 0;
  font-size: 1.2rem;
  font-weight: 950;
}

.prelaunch-cleanup-form {
  display: grid;
  gap: 8px;
}

.prelaunch-cleanup-form label {
  color: #6d4a42;
  font-weight: 850;
}

.prelaunch-cleanup-form > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.prelaunch-cleanup-form input[type="text"] {
  min-height: 48px;
}

.action-list {
  display: grid;
  gap: 10px;
}

.action-item {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #edf0e7;
  border-radius: 8px;
  padding: 12px;
  color: inherit;
  text-decoration: none;
}

.action-item strong,
.action-item small {
  display: block;
}

.action-item small {
  margin-top: 2px;
  color: #65766b;
}

.status-pill {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  padding: 0 10px;
  background: #edf0e7;
  color: #40584a;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.status-pill--paid,
.status-pill--completed {
  background: #eaf4e8;
  color: #2f6f3f;
}

.status-pill--awaiting_payment,
.status-pill--processing {
  background: #fff4df;
  color: #8a5a13;
}

.status-pill--failed,
.status-pill--expired,
.status-pill--refunded {
  background: #fff0ed;
  color: #9a392d;
}

.funnel-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.funnel-list div {
  display: flex;
  gap: 16px;
  align-items: baseline;
  justify-content: space-between;
  border-top: 1px solid #edf0e7;
  padding-top: 12px;
}

.funnel-list div:first-child {
  border-top: 0;
  padding-top: 0;
}

.funnel-list dt {
  color: #5d6c62;
}

.funnel-list dd {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 900;
}

.funnel-list small {
  color: #65766b;
  font-size: 0.82rem;
}

.key-value-list {
  margin: 0;
}

.key-value-list div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-top: 1px solid #edf0e7;
}

.key-value-list div:first-child {
  border-top: 0;
}

.key-value-list dt {
  color: #5d6c62;
}

.key-value-list dd {
  margin: 0;
  font-weight: 800;
}

.empty-state {
  margin-bottom: 0;
  color: #7a857d;
}

.table-panel {
  margin-top: 16px;
  max-width: 100%;
  overflow: hidden;
}

.table-panel table {
  display: block;
  width: 100%;
  min-width: 100%;
  overflow-x: auto;
  max-width: 100%;
  contain: paint;
}

.table-panel thead,
.table-panel tbody,
.table-panel tr {
  min-width: 720px;
}

.table-panel code {
  overflow-wrap: anywhere;
}

.admin-dashboard-grid .table-panel {
  margin-top: 0;
}

.dashboard-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: end;
  margin: 14px 0;
  border: 1px solid #d8dece;
  border-radius: 8px;
  background: #fffdf7;
  padding: 12px;
}

.dashboard-filter-bar label {
  display: grid;
  gap: 5px;
  min-width: 180px;
}

.dashboard-filter-bar span {
  color: #526258;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dashboard-filter-bar select {
  min-height: 40px;
  border: 1px solid #cbd8c8;
  border-radius: 8px;
  background: #fffef9;
  color: #18261f;
  padding: 0 10px;
  font: inherit;
}

.table-panel--primary {
  border-color: #cbd8c8;
}

.table-scroll {
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 8px;
}

.table-scroll table {
  margin-bottom: 0;
}

.table-panel--wide {
  grid-column: 1 / -1;
}

.table-panel--conversion {
  overflow: visible;
}

.table-panel--conversion .table-scroll table {
  display: table;
  width: 100%;
  min-width: 1440px;
  table-layout: fixed;
}

.table-panel--conversion .table-scroll th:nth-child(n+4),
.table-panel--conversion .table-scroll td:nth-child(n+4) {
  text-align: center;
}

.table-panel--conversion .table-scroll th:nth-child(n+4):nth-child(-n+10),
.table-panel--conversion .table-scroll td:nth-child(n+4):nth-child(-n+10),
.table-panel--conversion .table-scroll th:nth-child(12),
.table-panel--conversion .table-scroll td:nth-child(12) {
  white-space: nowrap;
}

.table-panel--conversion .table-scroll th:nth-child(11),
.table-panel--conversion .table-scroll td:nth-child(11) {
  text-align: left;
}

.table-panel--conversion .table-scroll th:nth-child(1),
.table-panel--conversion .table-scroll td:nth-child(1) {
  width: 170px;
}

.table-panel--conversion .table-scroll th:nth-child(2),
.table-panel--conversion .table-scroll td:nth-child(2) {
  width: 260px;
}

.table-panel--conversion .table-scroll th:nth-child(3),
.table-panel--conversion .table-scroll td:nth-child(3) {
  width: 130px;
}

.table-panel--conversion .table-scroll th:nth-child(4),
.table-panel--conversion .table-scroll td:nth-child(4) {
  width: 60px;
}

.table-panel--conversion .table-scroll th:nth-child(5),
.table-panel--conversion .table-scroll td:nth-child(5) {
  width: 66px;
}

.table-panel--conversion .table-scroll th:nth-child(6),
.table-panel--conversion .table-scroll td:nth-child(6),
.table-panel--conversion .table-scroll th:nth-child(9),
.table-panel--conversion .table-scroll td:nth-child(9),
.table-panel--conversion .table-scroll th:nth-child(10),
.table-panel--conversion .table-scroll td:nth-child(10) {
  width: 70px;
}

.table-panel--conversion .table-scroll th:nth-child(7),
.table-panel--conversion .table-scroll td:nth-child(7),
.table-panel--conversion .table-scroll th:nth-child(8),
.table-panel--conversion .table-scroll td:nth-child(8) {
  width: 62px;
}

.table-panel--conversion .table-scroll th:nth-child(11),
.table-panel--conversion .table-scroll td:nth-child(11) {
  width: 230px;
}

.table-panel--conversion .table-scroll th:nth-child(12),
.table-panel--conversion .table-scroll td:nth-child(12) {
  width: 132px;
}

.table-panel--conversion .table-scroll code {
  overflow-wrap: anywhere;
  white-space: normal;
}

.table-panel--visitor-quality {
  overflow: visible;
}

.table-panel--visitor-quality .table-scroll table {
  display: table;
  width: 100%;
  min-width: 100%;
  table-layout: fixed;
}

.table-panel--visitor-quality .table-scroll th,
.table-panel--visitor-quality .table-scroll td {
  padding-inline: 8px;
  overflow-wrap: anywhere;
}

.table-panel--visitor-quality .table-scroll th:nth-child(1),
.table-panel--visitor-quality .table-scroll td:nth-child(1) {
  width: 100px;
}

.table-panel--visitor-quality .table-scroll th:nth-child(2),
.table-panel--visitor-quality .table-scroll td:nth-child(2) {
  width: 128px;
}

.table-panel--visitor-quality .table-scroll th:nth-child(3),
.table-panel--visitor-quality .table-scroll td:nth-child(3) {
  width: 146px;
}

.table-panel--visitor-quality .table-scroll th:nth-child(4),
.table-panel--visitor-quality .table-scroll td:nth-child(4) {
  width: 136px;
}

.table-panel--visitor-quality .table-scroll th:nth-child(5),
.table-panel--visitor-quality .table-scroll td:nth-child(5),
.table-panel--visitor-quality .table-scroll th:nth-child(6),
.table-panel--visitor-quality .table-scroll td:nth-child(6) {
  width: 48px;
  text-align: center;
  white-space: nowrap;
}

.table-panel--visitor-quality .table-scroll th:nth-child(7),
.table-panel--visitor-quality .table-scroll td:nth-child(7) {
  width: 72px;
}

.table-panel--visitor-quality .table-scroll th:nth-child(8),
.table-panel--visitor-quality .table-scroll td:nth-child(8) {
  width: 64px;
  text-align: center;
  white-space: nowrap;
}

.table-panel--visitor-quality .table-scroll th:nth-child(9),
.table-panel--visitor-quality .table-scroll td:nth-child(9) {
  width: 140px;
}

.table-panel--visitor-quality .table-scroll th:nth-child(10),
.table-panel--visitor-quality .table-scroll td:nth-child(10),
.table-panel--visitor-quality .table-scroll th:nth-child(11),
.table-panel--visitor-quality .table-scroll td:nth-child(11) {
  width: 98px;
}

.table-panel--visitor-quality .table-scroll th:nth-child(12),
.table-panel--visitor-quality .table-scroll td:nth-child(12) {
  width: 100px;
}

.table-panel--visitor-quality .status-pill {
  white-space: nowrap;
}

.table-panel--cta-performance .table-scroll table {
  min-width: 1120px;
}

.table-panel--cta-inventory .table-scroll table {
  min-width: 1280px;
}

.table-panel--cta-inventory .table-scroll th:nth-child(1),
.table-panel--cta-inventory .table-scroll td:nth-child(1) {
  min-width: 260px;
}

.table-panel--cta-inventory .table-scroll th:nth-child(2),
.table-panel--cta-inventory .table-scroll td:nth-child(2) {
  min-width: 210px;
}

.table-panel--cta-inventory .table-scroll th:nth-child(3),
.table-panel--cta-inventory .table-scroll td:nth-child(3) {
  min-width: 220px;
}

.table-panel--cta-inventory .table-scroll th:nth-child(n+6),
.table-panel--cta-inventory .table-scroll td:nth-child(n+6) {
  text-align: right;
}

.table-panel--cta-inventory .table-scroll th:nth-child(9),
.table-panel--cta-inventory .table-scroll td:nth-child(9),
.table-panel--cta-inventory .table-scroll th:nth-child(10),
.table-panel--cta-inventory .table-scroll td:nth-child(10) {
  text-align: left;
}

.table-panel--cta-performance .table-scroll th:nth-child(1),
.table-panel--cta-performance .table-scroll td:nth-child(1) {
  min-width: 240px;
}

.table-panel--cta-performance .table-scroll th:nth-child(2),
.table-panel--cta-performance .table-scroll td:nth-child(2) {
  min-width: 180px;
}

.table-panel--cta-performance .table-scroll th:nth-child(n+4),
.table-panel--cta-performance .table-scroll td:nth-child(n+4) {
  text-align: right;
}

.table-panel--cta-performance .table-scroll th:nth-child(12),
.table-panel--cta-performance .table-scroll td:nth-child(12) {
  text-align: left;
}

.table-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 12px;
}

.table-pagination a,
.table-pagination span,
.table-pagination strong {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid #d8dece;
  border-radius: 999px;
  padding: 0 12px;
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
}

.table-pagination a {
  background: #fffdf7;
  color: #245f43;
}

.table-pagination a:hover,
.table-pagination a:focus-visible {
  background: #eef6ed;
}

.table-pagination span {
  color: #98a39b;
}

.table-pagination strong {
  border-color: transparent;
  color: #526258;
}

.compact-list {
  margin: 0;
  padding-left: 20px;
}

.compact-list li {
  margin-top: 6px;
}

.flash-stack {
  position: fixed;
  z-index: 20;
  top: 16px;
  right: 16px;
  display: grid;
  gap: 8px;
  width: min(360px, calc(100% - 32px));
}

.flash {
  margin: 0;
  border-radius: 8px;
  padding: 12px 14px;
  box-shadow: 0 12px 32px rgb(24 38 31 / 12%);
  font-weight: 800;
}

.flash--notice {
  border: 1px solid #c8dec9;
  background: #eff8ed;
  color: #245f35;
}

.flash--alert {
  border: 1px solid #ecc7be;
  background: #fff3ef;
  color: #7f2c1d;
}

.review-form,
.landing-form,
.intake-form,
.summary-card,
.payment-panel,
.report-panel {
  margin-top: 16px;
  padding: 24px;
}

.marketing-panel .landing-form,
.marketing-panel .intake-form {
  margin-top: 0;
  padding: 0 26px 26px;
}

.intake-form {
  padding: 16px 20px 20px;
}

.step-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 12px;
  padding-top: 6px;
}

.step-status > span {
  color: #315f3f;
  font-size: 0.8rem;
  font-weight: 900;
}

.progress {
  flex: 1;
  height: 7px;
  border-radius: 999px;
  background: #e3e8df;
  overflow: hidden;
}

.progress__bar {
  display: block;
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: #426f4c;
  transition: width 180ms ease;
}

.plan-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 10px;
  border: 1px solid rgb(66 111 76 / 22%);
  border-radius: 8px;
  background: #f5faf1;
  padding: 8px 10px;
}

.plan-status__label {
  display: block;
  color: #315f3f;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.plan-status__name {
  display: block;
  margin-top: 2px;
  color: #18261f;
  font-size: 0.94rem;
  font-weight: 900;
}

.plan-status__price {
  border-radius: 999px;
  background: #426f4c;
  color: #fffdf7;
  padding: 6px 10px;
  font-size: 0.82rem;
  font-weight: 900;
  white-space: nowrap;
}

.step-progress {
  display: grid;
  gap: 8px;
  padding: 20px 0 0;
  color: #426f4c;
  font-size: 0.8rem;
  font-weight: 900;
}

.step-progress__track {
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: #e5eadf;
}

.step-progress__track span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: #426f4c;
  transition: width 180ms ease;
}

.form-step-panel[hidden] {
  display: none;
}

.intake-form .form-section {
  border-top: 0;
  padding: 0;
}

.form-step h3 {
  margin: 0 0 5px;
  font-size: 1.2rem;
}

.form-step p {
  margin: 0 0 12px;
  color: #5d6c62;
  font-size: 0.9rem;
  line-height: 1.35;
}

.validation-box {
  margin-top: 12px;
  border: 1px solid #d8dece;
  border-radius: 8px;
  padding: 14px;
  background: #fffdf7;
}

.validation-box strong {
  display: block;
}

.validation-box dl {
  display: grid;
  gap: 8px;
  margin: 10px 0 0;
}

.validation-box div {
  display: grid;
  gap: 2px;
}

.validation-box dt {
  color: #65766b;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.validation-box dd {
  margin: 0;
  font-weight: 800;
}

.plan-guidance {
  margin-bottom: 14px;
  border: 1px solid #d8dece;
  border-radius: 8px;
  background: #f4f8f1;
  color: #40584a;
  padding: 12px 14px;
  font-weight: 800;
}

.validation-box--success,
.validation-box--ok {
  border-color: #c8dec9;
  background: #f2f8ef;
  color: #245f35;
}

.validation-box--warning,
.validation-box--warn {
  border-color: #edd19c;
  background: #fff8ea;
  color: #745013;
}

.validation-box--error {
  border-color: #ecc7be;
  background: #fff3ef;
  color: #7f2c1d;
}

.payment-panel {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}

.payment-panel h2,
.payment-panel p {
  margin-bottom: 0;
}

.payment-panel__note {
  margin-top: 8px;
  color: #5d6d5f;
  font-size: 0.95rem;
  line-height: 1.45;
}

.payment-panel__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.payment-panel__meta span {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  border: 1px solid #d8dece;
  border-radius: 999px;
  background: #fffef9;
  padding: 7px 10px;
  color: #65766b;
  font-size: 0.82rem;
  font-weight: 750;
}

.payment-panel__meta strong {
  color: #18261f;
  font-weight: 900;
}

.payment-panel form {
  margin: 0;
}

.payment-panel--paid {
  border-color: #c8dec9;
  background: #f5fbf2;
}

.review-loading-panel {
  display: grid;
  gap: 22px;
  border: 1px solid #cfe0cb;
  border-radius: 10px;
  background:
    radial-gradient(circle at 90% 10%, rgb(47 125 85 / 10%) 0, transparent 28%),
    #fffef9;
  box-shadow: 0 22px 70px rgb(23 39 31 / 10%);
  padding: clamp(24px, 4vw, 42px);
}

.review-loading-panel__visual {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 8px;
  width: 86px;
  min-height: 104px;
  overflow: hidden;
  border: 1px solid #cfe0cb;
  border-radius: 16px;
  background: linear-gradient(180deg, #fffdf7 0%, #f5fbf2 100%);
  box-shadow: 0 18px 44px rgb(24 38 31 / 14%);
  padding: 15px 16px;
}

.review-loading-panel__visual::before {
  position: absolute;
  right: 9px;
  left: 9px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #d69b3d, transparent);
  box-shadow: 0 0 18px rgb(214 155 61 / 42%);
  content: "";
  animation: review-loading-scan 1.55s ease-in-out infinite;
}

.review-loading-panel__visual::after {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 16px;
  height: 16px;
  border: 3px solid #fffdf7;
  border-radius: 50%;
  background: #426f4c;
  box-shadow: 0 8px 18px rgb(36 95 67 / 24%);
  content: "";
}

.review-loading-panel__visual .ui-icon {
  width: 24px;
  height: 24px;
  color: #245f43;
}

.review-loading-panel__visual span {
  display: block;
  width: 48px;
  height: 5px;
  border-radius: 999px;
  background: #dce7d8;
}

.review-loading-panel__visual span:nth-of-type(2) {
  width: 38px;
}

.review-loading-panel__visual span:nth-of-type(3) {
  width: 28px;
}

.review-loading-panel h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.1rem);
}

.review-loading-panel p:not(.eyebrow) {
  max-width: 680px;
  margin: 8px 0 0;
  color: #526258;
  font-size: 1.02rem;
}

.review-loading-steps {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.review-loading-steps li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border: 1px solid #d8dece;
  border-radius: 8px;
  background: #fffdf7;
  padding: 11px 12px;
  color: #65766b;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.review-loading-steps li > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #edf0e7;
  color: transparent;
}

.review-loading-steps li > span .ui-icon {
  width: 16px;
  height: 16px;
}

.review-loading-steps li.is-active {
  border-color: #c8dec9;
  background: #f5fbf2;
  color: #2f4236;
  transform: translateY(-1px);
}

.review-loading-steps li.is-active > span {
  background: #e8f4ed;
  color: #426f4c;
  animation: review-loading-pulse 900ms ease-in-out infinite;
}

.review-loading-steps li.is-complete {
  border-color: #c8dec9;
  background: #fbfdf7;
  color: #2f4236;
}

.review-loading-steps li.is-complete > span {
  background: #426f4c;
  color: #fffdf7;
}

.review-loading-steps strong {
  font-size: 0.98rem;
}

.review-loading-progress {
  height: 9px;
  border-radius: 999px;
  background: #e2e8dc;
  overflow: hidden;
}

.review-loading-progress span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #426f4c, #d69b3d);
  transition: width 360ms ease;
}

.review-loading-complete {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #c8dec9;
  border-radius: 8px;
  background: #f5fbf2;
  padding: 14px 16px;
}

.review-loading-complete strong,
.review-loading-complete p {
  margin: 0;
}

.review-loading-complete strong {
  color: #245f43;
  font-size: 1.04rem;
}

.review-loading-complete p {
  color: #526258;
}

.report-panel--after-loading {
  animation: review-report-reveal 280ms ease-out both;
}

@keyframes review-loading-scan {
  0%,
  100% {
    top: 14px;
    opacity: 0.42;
  }

  50% {
    top: calc(100% - 24px);
    opacity: 1;
  }
}

@keyframes review-loading-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgb(66 111 76 / 24%);
  }

  50% {
    box-shadow: 0 0 0 7px rgb(66 111 76 / 0%);
  }
}

@keyframes review-report-reveal {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.report-panel {
  border: 1px solid #d8dece;
  border-radius: 8px;
  background: #fffdf7;
}

.report-panel--paid-output {
  border: 0;
  background: transparent;
  padding: 0;
}

.report-title-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
}

.report-title-row h2 {
  margin-bottom: 8px;
  font-size: 1.7rem;
}

.free-result-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: 18px;
  align-items: start;
}

.free-result-hero__intro h2 {
  margin: 8px 0 10px;
  color: #18261f;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.05;
}

.free-result-hero__intro > p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: #33443a;
  font-size: 1.04rem;
  font-weight: 750;
  line-height: 1.42;
}

.free-result-status {
  display: grid;
  justify-items: center;
  gap: 9px;
  border: 1px solid #d8dece;
  border-radius: 8px;
  background: #f7faf2;
  padding: 12px 14px 13px;
  color: #2b3f34;
  text-align: center;
}

.free-result-status > small {
  color: #5d6c62;
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1.3;
}

.free-result-status .risk-indicator {
  justify-items: center;
  margin: 0;
}

.free-result-status .risk-meter {
  width: 104px;
  height: 62px;
}

.free-result-status .risk-meter::after {
  bottom: 7px;
  height: 44px;
}

.free-result-facts {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.free-result-facts div {
  border: 1px solid #edf0e7;
  border-radius: 8px;
  background: #fffef9;
  padding: 12px;
}

.free-result-facts span,
.free-result-address {
  display: flex;
  align-items: center;
  gap: 7px;
}

.free-result-facts span {
  color: #65766b;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.free-result-facts .ui-icon,
.free-result-address .ui-icon {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  color: #426f4c;
}

.free-result-facts strong {
  display: block;
  margin-top: 7px;
  overflow-wrap: anywhere;
  color: #18261f;
  font-size: 0.95rem;
  line-height: 1.18;
}

.free-result-address {
  grid-column: 1 / -1;
  margin: 0;
  border: 1px solid #edf0e7;
  border-radius: 8px;
  background: #f7faf2;
  padding: 11px 12px;
  color: #5d6c62;
  font-size: 0.9rem;
  line-height: 1.35;
}

.free-result-address strong {
  color: #2b3f34;
}

.free-result-hero .action-row {
  grid-column: 1 / -1;
}

.paid-report-hero {
  display: grid;
  gap: 18px;
  border-color: #ced9c8;
  background:
    linear-gradient(135deg, #f8faf4 0%, #fffdf7 68%),
    #fffef9;
  padding: clamp(24px, 3vw, 32px);
}

.paid-report-hero__top {
  padding-bottom: 0;
}

.paid-report-hero__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 20px;
  align-items: center;
}

.paid-report-hero__decision {
  min-width: 0;
}

.risk-result-label {
  display: inline-flex;
  width: fit-content;
  border: 1px solid #ead8b4;
  border-radius: 999px;
  background: #fff8ea;
  color: #7a4c0d;
  padding: 5px 10px;
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.paid-report-hero__top h2 {
  max-width: 760px;
  margin: 14px 0 10px;
  font-size: clamp(2rem, 3.4vw, 2.55rem);
  line-height: 1.05;
}

.paid-report-hero__verdict {
  max-width: 780px;
  margin: 0;
  color: #4f6156;
  font-size: 1.02rem;
}

.report-intro-copy {
  line-height: 1.55;
}

.report-risk-card {
  display: grid;
  justify-items: center;
  min-width: 164px;
  border: 1px solid #ead8b4;
  border-radius: 8px;
  background: #fff8ea;
  padding: 12px;
}

.report-risk-card .risk-indicator {
  margin-right: 0;
}

.report-risk-summary {
  display: grid;
  justify-items: center;
  border: 1px solid #ead8b4;
  border-radius: 8px;
  background: #fff8ea;
  padding: 12px;
}

.report-risk-summary .risk-indicator {
  margin-right: 0;
}

.report-risk-summary .risk-meter {
  width: 110px;
  height: 64px;
}

.report-risk-summary .risk-meter::before {
  right: 16px;
  left: 16px;
  height: 42px;
  background: #fff8ea;
}

.report-risk-summary .risk-meter::after {
  bottom: 7px;
  height: 46px;
}

.report-risk-summary .risk-meter span {
  width: 12px;
  height: 12px;
  margin-bottom: 7px;
  border-width: 2px;
}

.report-checked-data {
  margin-top: 22px;
  border: 1px solid #d8dece;
  border-radius: 8px;
  background: rgb(255 254 249 / 78%);
  padding: 16px;
}

.report-checked-data__heading {
  display: flex;
  gap: 14px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 14px;
}

.report-checked-data__heading .eyebrow {
  margin-bottom: 5px;
}

.report-checked-data__heading h3 {
  margin: 0;
  color: #18261f;
  font-size: 1.08rem;
  line-height: 1.2;
}

.report-checked-data__heading > span {
  flex: 0 0 auto;
  border: 1px solid #dce6d6;
  border-radius: 999px;
  background: #f7faf2;
  color: #4f6156;
  padding: 5px 10px;
  font-size: 0.74rem;
  font-weight: 900;
}

.report-evidence-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #edf0e7;
}

.report-evidence-strip div {
  min-width: 0;
  border-left: 1px solid #edf0e7;
  padding: 13px 16px;
}

.report-evidence-strip div:nth-child(3n + 1),
.report-evidence-strip .checked-strip__item--wide {
  border-left: 0;
}

.report-evidence-strip span {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
  color: #65766b;
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.report-evidence-strip .ui-icon {
  width: 14px;
  height: 14px;
  color: #426f4c;
}

.report-evidence-strip strong {
  display: block;
  overflow-wrap: anywhere;
  color: #18261f;
  font-size: 0.92rem;
  line-height: 1.25;
}

.report-evidence-strip .checked-strip__item--wide {
  grid-column: 1 / -1;
  border-top: 1px solid #edf0e7;
}

.report-evidence-strip .checked-strip__item--code strong {
  font-size: 0.8rem;
}

.report-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  border: 1px solid #dce6d6;
  border-radius: 8px;
  background: #f7faf2;
  padding: 10px 12px;
}

.report-trust-strip span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  border-radius: 999px;
  background: #fffef9;
  color: #4f6156;
  padding: 0 10px;
  font-size: 0.8rem;
  font-weight: 900;
}

.report-trust-strip .ui-icon {
  width: 14px;
  height: 14px;
  color: #2f7d4f;
}

.full-review-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.65fr);
  gap: 16px;
  align-items: stretch;
  border: 1px solid #b9d8cd;
  border-left: 4px solid #2f777d;
  border-radius: 8px;
  background:
    linear-gradient(100deg, rgb(236 248 244 / 92%), rgb(255 253 247 / 86%)),
    #f7fbf8;
  padding: 18px;
}

.full-review-proof__intro h3 {
  margin: 5px 0 9px;
  color: #16251e;
  font-size: 1.18rem;
  line-height: 1.16;
}

.full-review-proof__intro p:not(.eyebrow) {
  margin: 0;
  color: #52675e;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.42;
}

.full-review-proof__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.full-review-proof__item {
  border: 1px solid rgb(47 119 125 / 18%);
  border-radius: 8px;
  background: rgb(255 253 247 / 72%);
  padding: 12px;
}

.full-review-proof__item.is-ok {
  border-color: rgb(66 111 76 / 24%);
}

.full-review-proof__item.is-warn {
  border-color: rgb(209 138 33 / 28%);
}

.full-review-proof__item.is-bad {
  border-color: rgb(189 73 63 / 30%);
}

.full-review-proof__item--featured {
  grid-column: 1 / -1;
  background:
    linear-gradient(135deg, rgb(255 253 247 / 92%), rgb(236 248 244 / 78%)),
    #fffdf7;
}

.full-review-proof__card-heading {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.full-review-proof__label {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #2f777d;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.full-review-proof__mark {
  display: inline-flex;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.full-review-proof__mark .ui-icon {
  width: 15px;
  height: 15px;
}

.full-review-proof__item.is-ok .full-review-proof__mark {
  background: #e7f3e2;
  color: #245f35;
}

.full-review-proof__item.is-warn .full-review-proof__mark {
  background: #fff1d5;
  color: #7a4c0d;
}

.full-review-proof__item.is-bad .full-review-proof__mark {
  background: #ffe5df;
  color: #8c3125;
}

.full-review-proof__grid .ui-icon {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

.full-review-proof__grid strong {
  display: block;
  margin-top: 8px;
  color: #17251e;
  font-size: 1.02rem;
  line-height: 1.18;
}

.full-review-proof__grid p {
  margin: 5px 0 0;
  color: #5b6c62;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
}

.risk-badge {
  display: inline-flex;
  min-width: 88px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 14px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.risk-badge--green {
  background: #426f4c;
}

.risk-badge--amber {
  background: #8a5a13;
}

.risk-badge--red {
  background: #bd493f;
}

.risk-badge--neutral {
  background: #65766b;
}

.risk-indicator {
  display: grid;
  justify-items: center;
  gap: 6px;
  min-width: 128px;
  margin-right: 22px;
}

.risk-indicator small {
  color: #65766b;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.risk-meter {
  --meter-angle: 90deg;
  position: relative;
  display: grid;
  width: 126px;
  height: 74px;
  place-items: end center;
  border-radius: 126px 126px 14px 14px;
  background:
    conic-gradient(
      from 270deg at 50% 100%,
      #426f4c 0deg 56deg,
      #eef0ec 56deg 62deg,
      #8a5a13 62deg 118deg,
      #eef0ec 118deg 124deg,
      #bd493f 124deg 180deg,
      transparent 180deg 360deg
    );
  box-shadow: 0 12px 28px rgb(24 38 31 / 9%);
  overflow: hidden;
}

.risk-meter::before {
  position: absolute;
  right: 18px;
  bottom: -1px;
  left: 18px;
  z-index: 1;
  height: 48px;
  border-radius: 84px 84px 8px 8px;
  background: #fffdf7;
  box-shadow: inset 0 0 0 1px #edf0e7;
  content: "";
}

.risk-meter::after {
  position: absolute;
  left: 50%;
  bottom: 8px;
  z-index: 2;
  width: 8px;
  height: 54px;
  border-radius: 999px;
  background: #24362c;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  filter: drop-shadow(0 2px 3px rgb(24 38 31 / 36%));
  content: "";
  transform: translateX(-50%) rotate(var(--meter-angle));
  transform-origin: 50% 100%;
}

.risk-meter span {
  position: relative;
  z-index: 3;
  width: 14px;
  height: 14px;
  margin-bottom: 7px;
  border: 3px solid #fffdf7;
  border-radius: 999px;
  background: #24362c;
  box-shadow: 0 3px 8px rgb(24 38 31 / 18%);
}

.risk-indicator--green .risk-meter {
  --meter-angle: -62deg;
}

.risk-indicator--green .risk-meter span {
  background: #426f4c;
}

.risk-indicator--green small {
  color: #426f4c;
}

.risk-indicator--amber .risk-meter {
  --meter-angle: 0deg;
}

.risk-indicator--amber .risk-meter span {
  background: #8a5a13;
}

.risk-indicator--amber small {
  color: #8a5a13;
}

.risk-indicator--red .risk-meter {
  --meter-angle: 62deg;
}

.risk-indicator--red .risk-meter span {
  background: #bd493f;
}

.risk-indicator--red small {
  color: #bd493f;
}

.report-preview-risk {
  justify-self: end;
  min-width: 112px;
  margin-right: 0;
  border: 1px solid #f0dfba;
  border-radius: 14px;
  background: #fff8ea;
  padding: 8px 10px 9px;
}

.report-preview-risk .risk-meter {
  width: 94px;
  height: 56px;
  border-radius: 94px 94px 10px 10px;
  box-shadow: none;
}

.report-preview-risk .risk-meter::before {
  right: 14px;
  bottom: -1px;
  left: 14px;
  height: 36px;
  border-radius: 64px 64px 7px 7px;
  background: #fff8ea;
}

.report-preview-risk .risk-meter::after {
  bottom: 6px;
  width: 6px;
  height: 40px;
}

.report-preview-risk .risk-meter span {
  width: 11px;
  height: 11px;
  margin-bottom: 6px;
  border-width: 2px;
}

.report-preview-risk small {
  font-size: 0.68rem;
}

.report-triage {
  margin-top: 22px;
}

.report-triage__heading {
  margin-bottom: 12px;
}

.report-triage__heading > p {
  max-width: 360px;
  margin: 0;
  color: #65766b;
  font-size: 0.92rem;
  line-height: 1.4;
}

.report-triage__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}

.report-triage-card {
  position: relative;
  border: 1px solid #dce6d6;
  border-radius: 8px;
  background: #fffef9;
  padding: 16px;
  overflow: hidden;
}

.report-triage-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: #d8dece;
  content: "";
}

.report-triage-card--ok::before {
  background: #426f4c;
}

.report-triage-card--review::before {
  background: #d18a21;
}

.report-triage-card--alert::before {
  background: #bd493f;
}

.report-triage-card header {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  align-items: start;
  margin-bottom: 12px;
}

.report-triage-card header > span {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eef0ec;
  color: #426f4c;
}

.report-triage-card--review header > span {
  background: #fff1d5;
  color: #8a570f;
}

.report-triage-card--alert header > span {
  background: #ffe5df;
  color: #8c3125;
}

.report-triage-card .ui-icon {
  width: 18px;
  height: 18px;
}

.report-triage-card h4 {
  margin: 0;
  color: #18261f;
  font-size: 1.02rem;
  line-height: 1.25;
}

.report-triage-card header p {
  margin: 3px 0 0;
  color: #65766b;
  font-size: 0.84rem;
  line-height: 1.35;
}

.report-triage-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.report-triage-card li {
  border-top: 1px solid #edf0e7;
  padding-top: 10px;
}

.report-triage-card li:first-child {
  border-top: 0;
  padding-top: 0;
}

.report-triage-card small {
  display: block;
  margin-bottom: 3px;
  color: #65766b;
  font-size: 0.67rem;
  font-weight: 900;
  text-transform: uppercase;
}

.report-triage-card strong {
  display: block;
  color: #18261f;
  font-size: 0.92rem;
  line-height: 1.3;
}

.report-triage-card li p,
.report-triage-card__empty {
  margin: 4px 0 0;
  color: #5d6c62;
  font-size: 0.86rem;
  line-height: 1.38;
}

.paid-output-report {
  margin-top: 0;
  border: 1px solid #d8dece;
  border-radius: 8px;
  background:
    radial-gradient(circle at 96% 4%, rgb(66 111 76 / 10%) 0, transparent 30%),
    #fffdf7;
  padding: clamp(20px, 3vw, 30px);
}

.paid-output-report__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 220px);
  gap: 20px;
  align-items: start;
  margin-bottom: 14px;
}

.paid-output-report__header span {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  background: #2f3f36;
  color: #fffdf7;
  padding: 7px 11px;
  font-size: 0.76rem;
  font-weight: 900;
}

.paid-output-report__header .eyebrow {
  margin-top: 12px;
  margin-bottom: 7px;
}

.paid-output-report__header h2 {
  max-width: 740px;
  margin: 0 0 8px;
  color: #18261f;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 0.98;
}

.paid-output-report__header p {
  max-width: 900px;
  margin: 0;
  color: #4f6156;
  line-height: 1.5;
}

.paid-output-report__executive {
  margin: 0 0 16px;
  border: 1px solid #c9e1d1;
  border-radius: 8px;
  background: #edf8f1;
  padding: 16px 18px;
}

.paid-output-report__executive h3 {
  margin: 0 0 7px;
  color: #21623f;
  font-size: 1rem;
}

.paid-output-report__executive p {
  margin: 0;
  color: #4f6156;
  font-size: 1.04rem;
  line-height: 1.5;
}

.paid-output-report__risk {
  display: grid;
  justify-content: end;
  border: 1px solid #e7d5af;
  border-radius: 8px;
  background: #fff8ea;
  padding: 12px;
}

.paid-output-report__risk .risk-indicator {
  margin-right: 0;
}

.paid-output-report__body {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
  margin-top: 16px;
}

.paid-output-report__nav {
  display: grid;
  align-content: start;
  gap: 8px;
  border: 1px solid #dfe6d8;
  border-radius: 8px;
  background: #fbfdf7;
  padding: 12px;
}

.paid-output-report__nav a {
  display: block;
  min-height: 42px;
  border-radius: 7px;
  border: 0;
  background: transparent;
  color: #5d6c62;
  padding: 10px 12px;
  font-size: 0.88rem;
  font-weight: 900;
  font-family: inherit;
  text-decoration: none;
  text-align: left;
}

.paid-output-report__nav .is-active,
.paid-output-report__nav a:hover {
  background: #2f7d4f;
  color: #fffdf7;
}

.paid-output-report__nav a:focus-visible {
  outline: 3px solid rgb(47 125 79 / 30%);
  outline-offset: 2px;
}

.paid-output-report__content {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.paid-output-section {
  min-width: 0;
}

.paid-output-section + .paid-output-section {
  border-top: 1px solid #edf0e7;
  padding-top: 18px;
}

.paid-output-report__cards {
  display: grid;
  gap: 10px;
}

.paid-output-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  border: 1px solid #dce6d6;
  border-radius: 8px;
  background: #f7fbf3;
  padding: 16px;
}

.paid-output-card > span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e4f3ea;
  color: #2f7d4f;
}

.paid-output-card.is-warning {
  border-color: #edc98c;
  background: #fff8ea;
}

.paid-output-card.is-warning > span {
  background: #f8ebce;
  color: #8a570f;
}

.paid-output-card.is-danger {
  border-color: #efb7ad;
  background: #fff6f2;
}

.paid-output-card.is-danger > span {
  background: #ffe5df;
  color: #8c3125;
}

.paid-output-card.is-info {
  border-color: #cfe2d0;
  background: #fbfdf7;
}

.paid-output-card .ui-icon {
  width: 17px;
  height: 17px;
}

.paid-output-card p:first-child {
  margin: 0 0 6px;
  color: #2f6f46;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.paid-output-card.is-warning p:first-child {
  color: #8a570f;
}

.paid-output-card.is-danger p:first-child {
  color: #8c3125;
}

.paid-output-card h4 {
  margin: 0;
  color: #18261f;
  font-size: 1.05rem;
  line-height: 1.28;
}

.paid-output-card p:last-child {
  margin: 7px 0 0;
  color: #5d6c62;
  line-height: 1.45;
}

.paid-output-report__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.paid-output-report__checks span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 7px;
  border: 1px solid #d8dece;
  border-radius: 7px;
  background: #fffef9;
  color: #4f6156;
  padding: 0 10px;
  font-size: 0.84rem;
  font-weight: 900;
}

.paid-output-report__checks .ui-icon {
  width: 14px;
  height: 14px;
  color: #2f7d4f;
}

.paid-output-report__actions {
  margin-top: 16px;
}

#report-summary,
#report-alerts,
#report-documents,
#report-questions {
  scroll-margin-top: 16px;
}

.report-panel--paid-output .report-grid,
.report-panel--paid-output .report-request-pack,
.report-panel--paid-output .report-section--details,
.report-panel--paid-output .report-funnel,
.report-panel--paid-output .report-save-panel,
.report-panel--paid-output .report-block--critical {
  margin-top: 16px;
}

.report-request-pack {
  margin-top: 18px;
}

.report-request-pack__heading {
  margin-bottom: 12px;
}

.report-request-pack__heading > p {
  max-width: 430px;
  margin: 0;
  color: #65766b;
  font-size: 0.92rem;
  line-height: 1.4;
}

.report-action-panel {
  display: grid;
  grid-template-columns: minmax(190px, 0.28fr) 1fr;
  gap: 22px;
  margin-top: 18px;
  border: 1px solid #d8dece;
  border-left: 4px solid #426f4c;
  border-radius: 8px;
  background: #fffdf7;
  padding: 18px;
}

.report-action-panel h3 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.25;
}

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

.report-action-list li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  align-items: start;
}

.report-action-list li > span {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #426f4c;
  color: #fffdf7;
  font-size: 0.82rem;
  font-weight: 900;
}

.report-action-list strong {
  display: block;
  color: #18261f;
  line-height: 1.3;
}

.report-action-list p {
  margin: 4px 0 0;
  color: #5d6c62;
  font-size: 0.92rem;
  line-height: 1.42;
}

.report-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
  margin-top: 16px;
}

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

.report-block {
  border: 1px solid #edf0e7;
  border-radius: 8px;
  background: #fffef9;
  padding: 18px;
}

.report-block--critical {
  margin-top: 18px;
  border-color: #e7c8c1;
  background: #fffaf6;
}

.report-block--warning {
  margin-top: 14px;
  border-color: #edd19c;
  background: #fff8ea;
}

.report-block--clear {
  margin-top: 14px;
  border-color: #c8dec9;
  background: #f5fbf2;
}

.report-block--questions {
  border-color: #cfe2d0;
  background: #f7fbf3;
}

.report-block--output {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 100%;
  border-color: #d8dece;
  background: #fffdf7;
  padding: 20px;
}

.report-block--output .eyebrow {
  margin: 0 0 6px;
}

.report-block__icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e4f3ea;
  color: #2f7d4f;
  margin-bottom: 10px;
}

.report-block__icon .ui-icon {
  width: 17px;
  height: 17px;
}

.report-block--output ul {
  display: grid;
  gap: 10px;
  padding-left: 0;
  list-style: none;
}

.report-block--output li {
  position: relative;
  margin-top: 0;
  padding-left: 24px;
  color: #4f6156;
  line-height: 1.42;
}

.report-block--output li::before {
  position: absolute;
  top: 0.15em;
  left: 0;
  display: inline-flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e8f4ed;
  color: #2f7d4f;
  content: "✓";
  font-size: 0.72rem;
  font-weight: 900;
}

.report-block--questions.report-block--output li::before {
  content: "?";
}

.report-block--documents.report-block--output li::before {
  background: #fff1d5;
  color: #7a4c0d;
  content: "!";
}

.contextual-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.report-block h3 {
  margin: 0 0 10px;
  font-size: 1rem;
}

.report-block ul {
  margin: 0;
  padding-left: 20px;
}

.report-block li {
  margin-top: 7px;
}

.report-block.report-block--output ul {
  margin: 0;
  padding-left: 0;
}

.report-block.report-block--output li {
  margin-top: 0;
}

.checked-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 0;
}

.checked-strip--hero {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 12px;
  border: 1px solid #dce6d6;
  border-radius: 8px;
  background: #f7faf2;
  padding: 12px 14px;
}

.checked-strip div {
  border: 1px solid #edf0e7;
  border-radius: 8px;
  background: #fffef9;
  min-height: auto;
  padding: 10px 12px;
}

.checked-strip span {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 5px;
  color: #65766b;
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.checked-strip span .ui-icon {
  width: 14px;
  height: 14px;
  color: #426f4c;
}

.checked-strip strong {
  display: block;
  overflow-wrap: anywhere;
  color: #18261f;
  font-size: 0.9rem;
  line-height: 1.25;
}

.checked-strip__item--wide {
  grid-column: span 2;
}

.checked-strip--hero .checked-strip__item {
  border: 0;
  background: transparent;
  padding: 6px 0;
}

.checked-strip__item--wide strong {
  max-width: 520px;
}

.checked-strip__item--code strong {
  font-size: 0.84rem;
  letter-spacing: 0;
}

.report-section {
  margin-top: 22px;
}

.report-section .section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

.report-section .section-heading .eyebrow {
  margin-bottom: 2px;
}

.report-section .section-heading h3 {
  margin: 0;
  font-size: 1.16rem;
}

.report-section--details,
.report-section--facts {
  border: 1px solid #e1e7d8;
  border-radius: 8px;
  background:
    radial-gradient(circle at 98% 0%, rgb(66 111 76 / 7%) 0, transparent 28%),
    #fffdf7;
  padding: 0;
}

.report-section--details {
  margin-bottom: 26px;
  border-color: #dbe3d5;
  background: #fafbf7;
  box-shadow: none;
}

.report-panel--paid-output .report-section--details {
  margin-top: 26px;
  margin-bottom: 26px;
}

.report-section--facts {
  margin-top: 14px;
}

.report-section--details summary,
.report-section--facts summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.report-section--details summary:hover,
.report-section--facts summary:hover {
  background: rgb(244 248 241 / 72%);
}

.report-section--details summary:focus-visible,
.report-section--facts summary:focus-visible {
  outline: 3px solid rgb(47 125 79 / 24%);
  outline-offset: 3px;
}

.report-details-summary {
  display: flex;
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.report-details-summary__icon {
  display: inline-flex !important;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfe2d0;
  border-radius: 50%;
  background: #e8f4ed;
  color: #2f7d4f;
}

.report-details-summary__icon .ui-icon {
  width: 18px;
  height: 18px;
}

.report-section--details summary::-webkit-details-marker,
.report-section--facts summary::-webkit-details-marker {
  display: none;
}

.report-section--details summary::after,
.report-section--facts summary::after {
  display: inline-flex;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8dece;
  border-radius: 50%;
  background: #fffef9;
  color: #426f4c;
  content: "+";
  font-size: 1.1rem;
  font-weight: 900;
}

.report-section--details[open] summary::after,
.report-section--facts[open] summary::after {
  content: "−";
}

.report-section--details summary span,
.report-section--facts summary span {
  display: grid;
  gap: 3px;
}

.report-section--details summary small,
.report-section--facts summary small {
  color: #65766b;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.report-section--details summary strong,
.report-section--facts summary strong {
  color: #18261f;
  font-size: 1.1rem;
  line-height: 1.2;
}

.report-section--details summary em,
.report-section--facts summary em {
  margin-left: auto;
  border: 1px solid #d8dece;
  border-radius: 999px;
  background: #fffdf7;
  color: #4f6156;
  padding: 6px 10px;
  font-size: 0.78rem;
  font-weight: 900;
  font-style: normal;
  white-space: nowrap;
}

.report-section--details > p {
  margin: 0;
  border-top: 1px solid #edf0e7;
  padding: 14px 18px;
  color: #65766b;
  font-size: 0.92rem;
  line-height: 1.42;
}

.report-section--details .risk-list {
  border-top: 1px solid #edf0e7;
  background: #fbfdf7;
  padding: 14px 18px 18px;
}

.report-section--facts .checked-strip {
  border: 0;
  border-top: 1px solid #edf0e7;
  border-radius: 0;
  background: transparent;
  padding: 14px 18px 18px;
}

.report-save-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border: 1px solid #ead8b4;
  border-left: 4px solid #8a5a13;
  border-radius: 8px;
  background:
    linear-gradient(135deg, #fff8ea 0%, #fffdf7 72%),
    #fffdf7;
  padding: 18px;
}

.report-panel--paid-output .report-save-panel {
  margin-top: 0;
}

.report-save-panel h3 {
  margin: 0 0 7px;
  color: #18261f;
  font-size: 1.08rem;
  line-height: 1.28;
}

.report-save-panel p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: #5d6c62;
  font-size: 0.92rem;
  line-height: 1.42;
}

.report-save-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.risk-list {
  display: grid;
  gap: 10px;
}

.risk-list-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(148px, 0.32fr) 1fr;
  gap: 18px;
  align-items: start;
  border: 1px solid #edf0e7;
  border-radius: 8px;
  background: #fffef9;
  padding: 14px 16px 14px 20px;
  overflow: hidden;
}

.risk-list-item::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: #d8dece;
  content: "";
}

.risk-list-item.is-danger::before {
  background: #bd493f;
}

.risk-list-item.is-warn::before {
  background: #d79a37;
}

.risk-list-item.is-ok::before {
  background: #426f4c;
}

.risk-list-item.is-info::before {
  background: #2f7d82;
}

.risk-list-item__status {
  display: grid;
  gap: 8px;
}

.risk-list-item__status strong {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 0.7rem;
  font-weight: 900;
}

.risk-list-item__status strong::before {
  display: inline-flex;
  width: 15px;
  height: 15px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgb(255 255 255 / 68%);
  content: "!";
  font-size: 0.66rem;
  line-height: 1;
}

.risk-list-item.is-ok .risk-list-item__status strong::before,
.risk-list-item.is-info .risk-list-item__status strong::before {
  content: "✓";
}

.risk-list-item.is-danger .risk-list-item__status strong::before {
  content: "×";
}

.risk-list-item__status span {
  color: #65766b;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.risk-list-item__body h4 {
  margin: 0 0 4px;
  color: #18261f;
  font-size: 1rem;
}

.risk-list-item__body p {
  margin: 0;
  color: #5d6c62;
  font-size: 0.94rem;
  line-height: 1.45;
}

.risk-list-item.is-ok .risk-list-item__status strong {
  background: #e7f3e2;
  color: #245f35;
}

.risk-list-item.is-info .risk-list-item__status strong {
  background: #e5f3f3;
  color: #2f6f73;
}

.risk-list-item.is-warn .risk-list-item__status strong {
  background: #fff1d5;
  color: #7a4c0d;
}

.risk-list-item.is-danger .risk-list-item__status strong {
  background: #ffe5df;
  color: #8c3125;
}

.risk-list-item.is-muted .risk-list-item__status strong {
  background: #eef0ec;
  color: #65766b;
}

.structured-alerts {
  display: grid;
  gap: 12px;
}

.structured-alerts article {
  position: relative;
  border: 1px solid rgb(189 73 63 / 20%);
  border-radius: 8px;
  background: #fffdf9;
  padding: 16px 16px 16px 20px;
  overflow: hidden;
}

.structured-alerts article::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: #bd493f;
  content: "";
}

.structured-alerts article > p {
  margin: 0 0 4px;
  color: #bd493f;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.structured-alerts h4 {
  margin: 0 0 10px;
  font-size: 1.02rem;
}

.structured-alerts dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.structured-alerts dt {
  color: #65766b;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.structured-alerts dd {
  margin: 2px 0 0;
  color: #334339;
}

.report-funnel {
  position: relative;
  display: flex;
  gap: 22px;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 16px;
  border: 1px solid #a8cfd0;
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 0%, rgb(94 163 166 / 22%) 0, transparent 30%),
    linear-gradient(135deg, #eef8f7 0%, #fffdf6 54%, #f1f7ee 100%);
  box-shadow: 0 18px 42px rgb(18 63 67 / 11%);
  padding: 20px;
  overflow: hidden;
}

.report-funnel::before {
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 0;
  width: 4px;
  border-radius: 999px;
  background: #2f7a7c;
  content: "";
}

.report-funnel > * {
  position: relative;
}

.report-funnel .eyebrow {
  color: #2f7a7c;
}

.report-funnel h3 {
  margin: 0 0 6px;
  font-size: 1.22rem;
}

.report-funnel p {
  max-width: 680px;
  margin-bottom: 0;
  color: #5d6c62;
}

.report-funnel small {
  display: block;
  margin-top: 8px;
  color: #315f62;
  font-size: 0.88rem;
  font-weight: 850;
}

.report-funnel__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.report-funnel__benefits span {
  display: inline-flex;
  align-items: center;
  border: 1px solid #c9e1df;
  border-radius: 999px;
  background: rgb(255 254 249 / 86%);
  color: #214d50;
  padding: 6px 10px;
  font-size: 0.82rem;
  font-weight: 850;
}

.report-funnel__benefits span::before {
  content: "✓";
  margin-right: 6px;
  color: #2f7a7c;
  font-weight: 950;
}

.report-funnel__action {
  display: grid;
  min-width: 210px;
  align-content: center;
  justify-items: stretch;
  gap: 8px;
}

.report-funnel__action span {
  color: #65766b;
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
}

.report-funnel .button-primary {
  background: #2f6f73;
  min-height: 50px;
  flex-shrink: 0;
  padding-inline: 22px;
  white-space: nowrap;
}

.report-funnel .button-primary:hover {
  background: #285f63;
}

.report-save-panel + .report-funnel {
  margin-top: 28px;
}

.mini-list {
  display: grid;
  gap: 10px;
  margin: 0;
}

.mini-list div {
  border-top: 1px solid #edf0e7;
  padding-top: 10px;
}

.mini-list div:first-child {
  border-top: 0;
  padding-top: 0;
}

.mini-list dt {
  color: #65766b;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mini-list dd {
  margin: 2px 0 0;
  overflow-wrap: anywhere;
  font-weight: 800;
}

.legal-note {
  margin: 16px 0 0;
  color: #65766b;
  font-size: 0.92rem;
}

.legal-note--compact {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 0.84rem;
}

.form-section {
  padding: 26px 0 0;
  border-top: 1px solid #edf0e7;
}

.form-section:first-child {
  padding-top: 0;
  border-top: 0;
}

.plan-picker,
.field-grid {
  display: grid;
  gap: 14px;
}

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

.plan-picker--stacked {
  grid-template-columns: 1fr;
}

.plans {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.plan-choice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
  border: 1px solid #d8dece;
  border-radius: 8px;
  background: #fffdf7;
  padding: 11px 12px;
  cursor: pointer;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.plan-choice:has(input:checked) {
  border-color: #315f3f;
  background: #f3f9f0;
  box-shadow: inset 0 0 0 1px #315f3f;
}

.plan-choice:has(input:focus-visible) {
  outline: 3px solid rgb(214 155 61 / 88%);
  outline-offset: 3px;
}

.plan-choice:hover {
  border-color: rgb(66 111 76 / 48%);
  box-shadow: 0 10px 22px rgb(23 39 31 / 7%);
  transform: translateY(-1px);
}

.plan-choice input {
  width: 20px;
  height: 20px;
  min-height: auto;
  margin-top: 5px;
  accent-color: #426f4c;
}

.plan-choice__body {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.plan-choice__header {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}

.plan-choice strong {
  display: block;
  font-size: 0.94rem;
  line-height: 1.15;
}

.plan-choice em {
  display: inline-flex;
  align-items: center;
  min-height: 21px;
  border-radius: 999px;
  background: #e8f4ed;
  color: #315f3f;
  padding: 0 8px;
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.plan-choice .price {
  color: #315f3f;
  font-weight: 900;
  line-height: 1.2;
  padding-top: 4px;
}

.plan-choice__description {
  display: block;
  color: #65766b;
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.35;
}

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

.field-grid:has(> label[hidden]) {
  grid-template-columns: 1fr;
}

.field-grid > label {
  min-width: 0;
}

.field-grid + label,
.field-grid + label + label,
label + label {
  margin-top: 12px;
}

.plan-option {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 92px;
  padding: 16px 18px;
  border: 1px solid #d8dece;
  border-radius: 8px;
  cursor: pointer;
}

.plan-option:has(input:checked) {
  border-color: #426f4c;
  background: #f3f9f0;
  box-shadow: inset 0 0 0 1px #426f4c;
}

.plan-option strong,
label {
  font-weight: 800;
}

.plan-option small {
  display: block;
  margin-top: 4px;
  color: #65766b;
  font-weight: 600;
}

.hint {
  display: block;
  margin-top: -2px;
  color: #65766b;
  font-size: 12px;
  font-weight: 550;
  line-height: 1.35;
}

label {
  display: grid;
  gap: 9px;
}

.intake-form .field {
  display: grid;
  gap: 7px;
  margin-top: 11px;
}

.intake-form .field--optional-detail {
  margin-top: 15px;
}

.intake-form .field--optional-detail label {
  color: #4c6255;
  font-size: 0.88rem;
}

.intake-form .field--optional-detail input {
  min-height: 48px;
}

.intake-form .field--optional-detail .input-icon {
  color: #6d8172;
}

.intake-form label {
  color: #2b3f34;
  font-size: 0.94rem;
  font-weight: 850;
}

input,
textarea {
  width: 100%;
  min-height: 54px;
  border: 1px solid #ccd7ca;
  border-radius: 7px;
  background: #fff;
  color: #18261f;
  font: inherit;
  padding: 12px 14px;
}

.input-with-icon {
  position: relative;
  display: block;
}

.input-with-icon input {
  padding-left: 43px;
}

.input-icon {
  position: absolute;
  top: 50%;
  left: 14px;
  z-index: 1;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  color: #426f4c;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  pointer-events: none;
}

textarea {
  resize: vertical;
}

input[type="radio"] {
  min-height: auto;
  width: auto;
}

input[type="file"] {
  min-height: auto;
}

.intake-form input,
.intake-form select,
.intake-form textarea {
  width: 100%;
  min-width: 0;
  border: 2px solid #d8dece;
  border-radius: 8px;
  background: #fffef9;
  color: #18261f;
  font-size: 1.08rem;
  outline: none;
}

.intake-form input,
.intake-form select {
  height: 54px;
  padding: 0 14px;
}

.intake-form .input-with-icon input {
  padding-left: 43px;
}

.intake-form input[type="radio"],
.intake-form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  min-height: auto;
  padding: 0;
}

.intake-form input[type="file"] {
  height: auto;
  padding: 12px;
}

.intake-form textarea {
  min-height: 118px;
  resize: vertical;
  padding: 14px;
}

.intake-form input:focus,
.intake-form select:focus,
.intake-form textarea:focus {
  border-color: #426f4c;
  box-shadow: 0 0 0 4px rgb(66 111 76 / 14%);
}

.document-upload-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  border: 1px solid #d8dece;
  border-radius: 8px;
  background: #fffef9;
  padding: 14px;
}

.document-upload-card + .document-upload-card {
  margin-top: 10px;
}

.document-upload-card__icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgb(47 125 85 / 18%);
  border-radius: 8px;
  background: #e8f4ed;
  color: #245f43;
}

.document-upload-card__icon .ui-icon {
  width: 21px;
  height: 21px;
}

.document-upload-card__body {
  min-width: 0;
}

.document-upload-card__header {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.document-upload-card__header label {
  margin: 0;
  color: #18261f;
  font-size: 0.98rem;
  font-weight: 900;
}

.document-upload-card__header span {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  border-radius: 999px;
  background: #e8f4ed;
  color: #245f43;
  padding: 0 9px;
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.document-upload-card--optional .document-upload-card__header span {
  background: #f1efe8;
  color: #687168;
}

.document-upload-card p {
  margin: 4px 0 10px;
  color: #5d6c62;
  font-size: 0.88rem;
  font-weight: 680;
  line-height: 1.35;
}

.file-upload {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 50px;
  border: 1px dashed #b9cdbc;
  border-radius: 8px;
  background: #f8fbf4;
  padding: 8px 10px;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.file-upload__input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.file-upload:has(.file-upload__input:focus-visible) {
  border-color: #426f4c;
  box-shadow: 0 0 0 3px rgb(66 111 76 / 16%);
}

.file-upload:hover {
  border-color: #7da88b;
  background: #f1f8ef;
}

.file-upload__button {
  display: inline-flex;
  gap: 7px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #426f4c;
  color: #fffdf7;
  font-size: 0.92rem;
  font-weight: 900;
  padding: 0 12px;
  pointer-events: none;
  white-space: nowrap;
}

.file-upload__button .ui-icon {
  width: 17px;
  height: 17px;
}

.file-upload__name {
  min-width: 0;
  overflow: hidden;
  color: #65766b;
  font-weight: 800;
  pointer-events: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-upload.has-file {
  border-style: solid;
  border-color: #8ab59a;
  background: #f3faf2;
}

.file-upload.has-file .file-upload__name {
  color: #18261f;
}

.document-preflight {
  margin-top: 12px;
}

.document-preflight > p {
  margin: 5px 0 0;
  color: #5d6c62;
  font-size: 0.93rem;
  line-height: 1.38;
}

.document-preflight__grid {
  display: grid;
  gap: 9px;
  margin-top: 12px;
}

.marketing-hero__inner.is-wide-flow .document-preflight__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.document-preflight__item {
  display: grid;
  gap: 7px;
  border: 1px solid #d8dece;
  border-radius: 8px;
  background: #fffef9;
  padding: 11px 12px;
}

.document-preflight__item.is-ok {
  border-color: rgb(66 111 76 / 28%);
  background: #fbfdf7;
}

.document-preflight__item.is-error {
  border-color: rgb(176 72 51 / 30%);
  background: #fffaf6;
}

.document-preflight__item strong {
  display: block;
  color: #18261f;
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1.18;
}

.document-preflight__item span {
  display: block;
  min-width: 0;
  overflow: hidden;
  margin-top: 2px;
  color: #65766b;
  font-size: 0.82rem;
  font-weight: 780;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.document-preflight__item p {
  margin: 0;
  color: #4f6257;
  font-size: 0.9rem;
  line-height: 1.34;
}

.document-preflight__item ul,
.document-preflight__errors {
  display: grid;
  gap: 5px;
  margin: 0;
  padding-left: 18px;
  color: #4f6257;
  font-size: 0.86rem;
  line-height: 1.3;
}

.document-preflight__errors {
  margin-top: 10px;
  color: #7f2c1d;
  font-weight: 760;
}

.check-list {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.marketing-hero__inner.is-wide-flow .check-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
}

.check-choice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  height: 70px;
  margin-top: 0;
  border: 1px solid #d8dece;
  border-radius: 8px;
  background: #fffef9;
  padding: 10px 12px;
  color: #5d6c62;
  font-size: 0.84rem;
  line-height: 1.3;
}

.check-choice input {
  margin: 0;
}

.review-list {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.marketing-hero__inner.is-wide-flow .review-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.marketing-hero__inner.is-wide-flow .review-list .scope-note {
  grid-column: 1 / -1;
}

.review-list--compact {
  gap: 7px;
}

.marketing-hero__inner.is-wide-flow .review-list--orientation {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-list--orientation {
  gap: 10px;
}

.review-list--orientation .review-item {
  min-height: 112px;
  border-color: rgb(66 111 76 / 22%);
  background: #fbfdf7;
  padding: 12px;
}

.review-list--orientation .review-item::before {
  background: #e8f4ed;
}

.review-item {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  border: 1px solid #d8dece;
  border-radius: 8px;
  background: #fffef9;
  padding: 9px 10px;
}

.review-item::before {
  content: "✓";
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: #e6efe4;
  color: #426f4c;
  font-weight: 950;
}

.review-item strong {
  display: block;
  color: #2b3f34;
  font-size: 0.94rem;
  line-height: 1.18;
}

.review-item span {
  display: block;
  margin-top: 3px;
  color: #65766b;
  font-size: 0.94rem;
  line-height: 1.35;
}

.review-list--compact .review-item {
  min-height: 44px;
  align-items: center;
  padding: 8px 10px;
}

.review-list--compact .review-item::before {
  width: 22px;
  height: 22px;
}

.scope-note {
  margin-top: 12px;
  border: 1px solid rgb(47 111 115 / 22%);
  border-radius: 8px;
  background: #f4faf8;
  padding: 12px;
  color: #315f62;
  font-size: 0.94rem;
  line-height: 1.4;
}

.scope-note button {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  margin-top: 10px;
  border: 1px solid rgb(47 111 115 / 24%);
  border-radius: 8px;
  background: #fffdf7;
  color: #24595d;
  padding: 0 12px;
  font-size: 0.88rem;
  font-weight: 850;
}

.scope-note button:hover,
.scope-note button:focus-visible {
  background: #e7f3f3;
}

.legal-consent {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  margin-top: 10px;
  border: 1px solid #d8dece;
  border-radius: 8px;
  background: #fffef9;
  padding: 9px 10px;
  color: #5d6c62;
  font-size: 12px;
  line-height: 1.28;
}

.intake-form .legal-consent {
  font-size: 12px;
  font-weight: 650;
}

.marketing-hero__inner.is-wide-flow .legal-consent {
  grid-column: 1 / -1;
  grid-template-columns: auto minmax(0, 0.95fr);
  min-height: 56px;
}

.legal-consent strong {
  display: block;
  color: #18261f;
  font-size: 12.5px;
}

.intake-form .legal-consent strong {
  font-size: 12.5px;
  font-weight: 800;
}

.legal-consent a {
  color: #245f43;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-consent a:hover,
.legal-consent a:focus-visible {
  color: #173326;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 30px;
  border-top: 1px solid #edf0e7;
  padding-top: 22px;
}

.form-actions--split {
  align-items: center;
  justify-content: space-between;
}

.form-actions__spacer {
  flex: 1;
}

.landing-form .form-actions .button-primary,
.landing-form .form-actions .button-secondary {
  min-width: 112px;
  min-height: 48px;
  border-radius: 8px;
  font-size: 0.94rem;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.landing-form .form-actions .button-primary {
  border: 1px solid #426f4c;
  box-shadow: 0 10px 20px rgb(66 111 76 / 16%);
}

.landing-form .form-actions .button-secondary {
  background: #fffef9;
  color: #18261f;
}

.landing-form .form-actions .button-primary:hover,
.landing-form .form-actions .button-primary:focus-visible {
  background: #426f4c;
  border-color: #426f4c;
  box-shadow: 0 12px 24px rgb(66 111 76 / 22%);
}

.landing-form .form-actions .button-secondary:hover,
.landing-form .form-actions .button-secondary:focus-visible {
  border-color: #bfcdbc;
  background: #f7faf3;
}

.landing-form .form-actions .button-primary:active,
.landing-form .form-actions .button-secondary:active {
  transform: translateY(1px);
}

.actions {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(260px, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.actions .button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 18px;
  font-size: 1.02rem;
  font-weight: 850;
  text-decoration: none;
}

.actions .button--primary {
  border: 0;
  background: #426f4c;
  color: #fffdf7;
}

.actions .button--secondary {
  border: 2px solid #d8dece;
  background: #fffdf7;
  color: #18261f;
}

.actions .button[hidden] {
  display: none;
}

.actions input[type="submit"] {
  grid-column: 2;
}

.actions .button:disabled,
.actions input[type="submit"]:disabled,
.actions .button.is-loading,
.actions input[type="submit"].is-loading {
  cursor: wait;
  opacity: 0.78;
}

.stepped-form.is-submitting {
  cursor: wait;
}

@media (max-width: 760px) {
  .full-review-proof {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .full-review-proof__grid {
    grid-template-columns: 1fr;
  }

  .prelaunch-cleanup-box dl,
  .traffic-summary,
  .prelaunch-cleanup-form > div {
    grid-template-columns: 1fr;
  }
}

.form-step-label {
  margin: 0 0 10px;
  color: #426f4c;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.form-errors {
  margin-bottom: 18px;
  border: 1px solid #ecc7be;
  border-radius: 8px;
  background: #fff3ef;
  padding: 16px;
  color: #7f2c1d;
}

.form-errors h2 {
  margin-bottom: 8px;
}

.detail-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

.detail-list div {
  border: 1px solid #edf0e7;
  border-radius: 8px;
  padding: 14px;
}

.detail-list dt {
  color: #65766b;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.detail-list dd {
  margin: 4px 0 0;
  overflow-wrap: anywhere;
  font-weight: 800;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

th,
td {
  padding: 12px 10px;
  border-top: 1px solid #edf0e7;
  text-align: left;
}

th {
  color: #5d6c62;
  font-size: 0.78rem;
  text-transform: uppercase;
}

@media (max-width: 1080px) {
  .marketing-nav__links a {
    font-size: 0.82rem;
  }

  .faq-list {
    max-width: none;
  }

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

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

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

@media (max-width: 940px) {
  .marketing-nav__links {
    display: none;
  }
}

@media (max-width: 840px) {
  body {
    padding-bottom: 78px;
    overflow-x: hidden;
  }

  main {
    display: flex;
    flex-direction: column;
  }

  .review-shell {
    width: min(100% - 16px, 1120px);
    padding: 18px 0 34px;
  }

  .marketing-hero {
    order: 1;
  }

  .how-it-works-section {
    order: 2;
  }

  .report-showcase-section {
    order: 3;
  }

  #planes {
    order: 4;
  }

  .faq-section {
    order: 5;
  }

  .trust-strip {
    order: 6;
  }

  .case-proof-section {
    order: 7;
  }

  .legal {
    order: 8;
  }

  .mobile-cta {
    order: 9;
  }

  .marketing-nav {
    position: absolute;
    align-items: center;
  }

  .marketing-nav {
    padding: 12px;
  }

  .marketing-nav__links {
    display: none;
  }

  .marketing-hero {
    min-height: auto;
    padding-top: 62px;
  }

  .marketing-hero__media img {
    object-position: 74% center;
  }

  .marketing-hero__inner,
  .section-heading,
  .report-preview__heading,
  .report-showcase,
  .how-steps,
  .proof,
  .case-grid,
  .marketing-card-grid,
  .pricing-grid,
  .example-link-grid,
  .report-preview-grid,
  .report-sample__hero,
  .report-sample__facts,
  .report-sample__columns,
  .legal-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .marketing-hero__inner {
    gap: 14px;
    width: min(calc(100% - 24px), 366px);
    min-height: auto;
    margin-right: 12px;
    margin-left: 12px;
    padding: 14px 0 24px;
  }

  .marketing-copy,
  .marketing-copy h1,
  .marketing-copy p {
    max-width: 100%;
  }

  .marketing-eyebrow {
    align-items: flex-start;
    margin-bottom: 8px;
    font-size: 0.7rem;
    line-height: 1.25;
  }

  .marketing-eyebrow::before {
    flex: 0 0 28px;
    margin-top: 0.55em;
  }

  .marketing-copy h1 {
    font-size: clamp(1.82rem, 8.2vw, 2.25rem);
    line-height: 1.02;
    overflow-wrap: normal;
  }

  .marketing-copy p {
    margin-top: 10px;
    font-size: 0.94rem;
    line-height: 1.38;
  }

  .marketing-hero-actions {
    margin-top: 14px;
  }

  .marketing-hero-action {
    flex: 1 1 100%;
    min-height: 48px;
  }

  .marketing-hero-action--primary {
    min-height: 52px;
    border: 2px solid #fffdf7;
    box-shadow: 0 14px 34px rgb(8 22 16 / 30%);
    font-size: 1rem;
  }

  .marketing-hero-action--secondary {
    min-height: 42px;
    border-color: rgb(255 253 247 / 38%);
    background: rgb(10 31 25 / 12%);
    font-size: 0.9rem;
    font-weight: 800;
  }

  .marketing-trust {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 10px;
    margin-top: 12px;
  }

  .marketing-trust span {
    font-size: 0.72rem;
  }

  .trust-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    border: 0;
    background: transparent;
    margin-top: 0;
    padding: 0 0 18px;
  }

  .trust-strip div {
    display: grid;
    align-items: center;
    min-height: 56px;
    border: 1px solid #d8dece;
    border-radius: 8px;
    padding: 8px;
    text-align: center;
  }

  .trust-strip strong {
    font-size: 0.72rem;
    line-height: 1.14;
  }

  .trust-strip span {
    display: none;
  }

  .assurance-section {
    padding: 26px 0 16px;
  }

  .assurance-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .assurance-grid {
    grid-template-columns: 1fr;
  }

  .assurance-grid article {
    padding: 14px;
  }

  .proof {
    gap: 8px;
    padding: 14px 0;
  }

  .proof article {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 12px;
  }

  .proof-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 0;
  }

  .proof p {
    display: none;
  }

  .answer-section {
    padding-top: 26px;
  }

  .case-proof-section {
    padding: 22px 0 20px;
  }

  .case-grid {
    gap: 8px;
  }

  .case-card {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 6px 10px;
    padding: 12px 12px 12px 15px;
  }

  .case-card span {
    grid-row: 1 / span 2;
    align-self: start;
    padding: 4px 7px;
    font-size: 0.66rem;
  }

  .case-card h3 {
    margin-top: 0;
    font-size: 0.98rem;
  }

  .case-card p {
    font-size: 0.86rem;
    line-height: 1.32;
  }

  .case-card strong {
    grid-column: 1 / -1;
    margin-top: 0;
    padding-top: 8px;
    font-size: 0.84rem;
  }

  .answer-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .answer-card {
    padding: 16px;
  }

  .answer-card:nth-child(n + 3),
  .answer-callout {
    display: none;
  }

  .answer-card ul {
    margin-top: 12px;
  }

  .panel-promise {
    grid-template-columns: 1fr;
  }

  .report-preview-card {
    padding: 0;
  }

  .report-preview-card__header {
    grid-template-columns: 1fr;
    padding: 16px 16px 4px;
  }

  .showcase-points {
    display: none;
  }

  .report-preview-card__summary {
    margin: 0 16px;
  }

  .report-document-grid {
    grid-template-columns: 1fr;
    padding: 0 16px;
  }

  .report-document-sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    overflow: visible;
    padding: 8px;
  }

  .report-document-sidebar span {
    padding: 7px 9px;
  }

  .report-preview-card__body article {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 10px;
  }

  .report-preview-card__body p,
  .report-preview-card__footer {
    display: none;
  }

  .report-preview-checks {
    grid-template-columns: 1fr;
    padding: 0 16px;
  }

  .report-preview-card__actions {
    display: grid;
    margin: 0 16px 16px;
  }

  .risk-pill {
    justify-self: start;
  }

  .mobile-cta {
    position: fixed;
    z-index: 20;
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
    border: 1px solid rgb(255 253 247 / 50%);
    border-radius: 16px;
    background: rgb(255 253 247 / 96%);
    box-shadow: 0 16px 48px rgb(16 31 24 / 22%);
    padding: 10px;
    text-decoration: none;
    backdrop-filter: blur(18px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  body.is-mobile-cta-visible .mobile-cta {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-cta span {
    display: block;
    color: #526258;
    font-size: 0.75rem;
    font-weight: 800;
  }

  .mobile-cta strong {
    display: block;
    color: #18261f;
    font-size: 0.94rem;
    line-height: 1.1;
  }

  .mobile-cta b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 999px;
    background: #2f7d55;
    color: #fffdf7;
    padding: 0 14px;
    font-size: 0.88rem;
  }

  .marketing-section {
    padding: 36px 0;
  }

  .how-it-works-section {
    padding-top: 30px;
    padding-bottom: 24px;
  }

  .report-showcase-section {
    padding-top: 30px;
  }

  #planes {
    padding-top: 30px;
  }

  .faq-section {
    padding-top: 24px;
  }

  .legal {
    padding-top: 18px;
    padding-bottom: 24px;
  }

  .legal > p:not(.eyebrow) {
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: 1.38;
  }

  .legal-grid {
    gap: 8px;
    margin-top: 12px;
  }

  .legal-grid article {
    padding: 12px 14px;
  }

  .legal-grid h3 {
    margin: 0 0 4px;
    font-size: 0.94rem;
  }

  .legal-grid p {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.32;
  }

  .legal-page {
    width: min(100% - 24px, 1180px);
    padding: 82px 0 52px;
  }

  .legal-page__nav {
    align-items: center;
  }

  .marketing-nav--public.public-page-nav {
    position: absolute;
    padding: 12px;
  }

  .public-page-nav__links {
    display: none;
  }

  .legal-contact-strip {
    display: grid;
    grid-template-columns: 1fr;
  }

  .legal-contact-strip span {
    justify-content: flex-start;
    border-radius: 8px;
    padding: 9px 11px;
  }

  .legal-page-grid,
  .legal-support-box,
  .guide-answer,
  .guide-cta,
  .guide-two-column,
  .plan-tracking-grid {
    grid-template-columns: 1fr;
  }

  .plan-tracking-card__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plan-tracking-card__header {
    display: grid;
  }

  .legal-page-grid article,
  .legal-support-box,
  .guide-answer,
  .guide-cta,
  .guide-two-column {
    padding: 18px;
  }

  .marketing-brand__mark {
    width: 44px;
    height: 44px;
    margin-block: -5px;
  }

  .guide-page {
    width: min(100% - 24px, 1180px);
    padding: 82px 0 56px;
  }

  .public-report-shell {
    width: min(100% - 24px, 1180px);
    padding-top: 82px;
    padding-bottom: 56px;
  }

  .guide-page article {
    gap: 24px;
  }

  .guide-hero h1 {
    font-size: clamp(2rem, 10vw, 2.6rem);
    line-height: 1.02;
  }

  .guide-hero > p:not(.eyebrow),
  .guide-answer p:not(.eyebrow),
  .guide-cta p:not(.eyebrow) {
    font-size: 0.96rem;
    line-height: 1.45;
  }

  .guide-checklist {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .content-index-grid,
  .content-index-grid--examples,
  .content-index-grid--cases,
  .guide-clause-card {
    grid-template-columns: 1fr;
  }

  .guide-clause-card article:first-child {
    grid-row: auto;
  }

  .guide-related-grid {
    grid-template-columns: 1fr;
  }

  .guide-source-grid {
    grid-template-columns: 1fr;
  }

  .guide-trust-list {
    display: grid;
  }

  .guide-checklist article {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 16px;
  }

  .guide-answer .button-primary,
  .guide-cta .button-primary {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
  }

  .guide-plan-link {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .guide-plan-link b {
    justify-self: start;
  }

  .request-trust-panel {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 12px;
    margin-bottom: 18px;
  }

  .section-heading h2,
  .marketing-section h2 {
    font-size: clamp(1.95rem, 9vw, 2.35rem);
    line-height: 1.06;
  }

  .section-heading > p,
  .marketing-section > p {
    font-size: 0.98rem;
  }

  .marketing-card-grid {
    gap: 12px;
  }

  .how-steps {
    gap: 10px;
  }

  .how-steps article {
    padding: 16px;
  }

  .how-steps span {
    width: 34px;
    height: 34px;
  }

  .how-steps h3 {
    margin: 10px 0 6px;
    font-size: 1rem;
  }

  .how-steps p {
    font-size: 0.9rem;
    line-height: 1.36;
  }

  .marketing-card,
  .pricing-card,
  .legal-grid article,
  .faq-grid article {
    padding: 16px;
  }

  .pricing-card {
    scroll-margin-top: 130px;
  }

  .plan-soon-strip,
  .interest-form--inline,
  .checklist-lead-panel,
  .guide-checklist-lead,
  .checklist-lead-form__row {
    grid-template-columns: 1fr;
  }

  .plan-soon-strip,
  .checklist-lead-panel,
  .guide-checklist-lead {
    padding: 16px;
  }

  .marketing-card span {
    width: 34px;
    height: 34px;
  }

  .marketing-card h3,
  .pricing-card h3,
  .legal-grid h3,
  .faq-grid h3 {
    margin: 10px 0 6px;
  }

  .mobile-accordion-section .section-heading {
    margin-bottom: 12px;
  }

  .mobile-accordion-section .faq-list {
    gap: 8px;
  }

  .faq-content-grid,
  .confidence-grid,
  .payment-trust-panel,
  .trust-badge-list {
    grid-template-columns: 1fr;
  }

  .payment-trust-panel {
    gap: 14px;
    padding: 16px;
  }

  .payment-trust-panel__badge {
    justify-self: start;
  }

  .mobile-accordion-section .faq-item summary {
    padding: 14px;
    font-size: 0.98rem;
  }

  .mobile-accordion-section .faq-item p {
    margin: -2px 14px 14px;
    font-size: 0.9rem;
    line-height: 1.35;
  }

  .marketing-panel {
    width: 100%;
    min-width: 0;
  }

  .quick-start-panel {
    gap: 12px;
    padding: 16px;
  }

  .quick-start-panel h2 {
    font-size: 1.7rem;
  }

  .quick-start-panel > p:not(.eyebrow) {
    font-size: 0.94rem;
  }

  .quick-plan-link {
    min-height: 64px;
    padding: 12px;
  }

  .quick-plan-link strong {
    font-size: 0.94rem;
  }

  .quick-plan-link span {
    font-size: 0.82rem;
  }

  .quick-plan-link b {
    font-size: 0.92rem;
  }

  .marketing-panel__top {
    display: none;
  }

  .marketing-panel .landing-form,
  .marketing-panel .intake-form {
    padding: 14px 14px 16px;
  }

  .step-status {
    margin-bottom: 8px;
    padding-top: 0;
  }

  .form-step h3 {
    font-size: 1.06rem;
  }

  .form-step p {
    margin-bottom: 9px;
    font-size: 0.84rem;
  }

  .plans {
    gap: 7px;
  }

  .plan-choice {
    gap: 8px;
    padding: 9px 10px;
  }

  .plan-choice strong {
    font-size: 0.88rem;
  }

  .plan-choice__description {
    font-size: 0.78rem;
    line-height: 1.25;
  }

  .plan-choice em {
    font-size: 0.61rem;
  }

  .plan-choice .price {
    font-size: 0.9rem;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .site-footer__bottom {
    display: grid;
    width: min(100% - 32px, 1120px);
  }

  .file-upload {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .file-upload__button {
    width: 100%;
  }

  .document-upload-card {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .document-upload-card__icon {
    width: 38px;
    height: 38px;
  }

  .document-upload-card__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .marketing-hero__inner.is-wide-flow .check-list {
    grid-template-columns: 1fr;
  }

  .marketing-hero__inner.is-wide-flow .review-list {
    grid-template-columns: 1fr;
  }

  .marketing-hero__inner.is-wide-flow .review-list--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .marketing-hero__inner.is-wide-flow .review-list--orientation {
    grid-template-columns: 1fr;
  }

  .review-list--compact .review-item {
    min-height: 40px;
    gap: 6px;
    padding: 7px 8px;
  }

  .review-list--compact .review-item strong {
    font-size: 0.82rem;
  }

  .review-list--orientation .review-item {
    min-height: auto;
  }

  .review-header--compact {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px;
  }

  .review-header--compact h1 {
    margin-bottom: 10px;
  }

  .review-return-link {
    font-size: 0.86rem;
  }

  .example-report-notice {
    display: grid;
    padding: 18px;
  }

  .report-title-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .paid-report-hero__header {
    grid-template-columns: 1fr;
  }

  .report-evidence-strip {
    grid-template-columns: 1fr;
  }

  .report-checked-data {
    padding: 14px;
  }

  .report-checked-data__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .report-evidence-strip div,
  .report-evidence-strip div:nth-child(3n + 1),
  .report-evidence-strip .checked-strip__item--wide {
    border-top: 1px solid #edf0e7;
    border-left: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .report-evidence-strip div:first-child {
    border-top: 0;
  }

  .report-risk-card {
    justify-items: start;
    width: 100%;
  }

  .report-save-panel {
    grid-template-columns: 1fr;
  }

  .report-trust-strip {
    align-items: stretch;
  }

  .report-trust-strip span {
    width: 100%;
  }

  .report-save-panel__actions {
    justify-content: stretch;
  }

  .report-save-panel__actions .button-primary,
  .report-save-panel__actions .button-secondary,
  .contextual-actions .button-primary {
    width: 100%;
  }

  .free-result-hero,
  .free-result-facts {
    grid-template-columns: 1fr;
  }

  .free-result-status {
    justify-self: stretch;
  }

  .risk-indicator {
    justify-items: start;
    margin-right: 0;
  }

  .risk-meter {
    width: 112px;
    height: 66px;
  }

  .risk-meter::after {
    bottom: 7px;
    height: 48px;
    transform: translateX(-50%) rotate(var(--meter-angle));
  }

  .status-grid,
  .metric-grid,
  .admin-grid,
  .admin-dashboard-grid,
  .admin-dashboard-grid--three,
  .campaign-kit-item,
  .admin-detail-grid,
  .report-grid,
  .report-grid--paid,
  .report-triage__grid,
  .paid-output-report__header,
  .paid-output-report__body,
  .report-action-panel,
  .checked-strip,
  .risk-list-item,
  .plan-picker,
  .field-grid,
  .detail-list {
    grid-template-columns: 1fr;
  }

  .checked-strip__item--wide {
    grid-column: auto;
  }

  .report-triage__heading,
  .report-request-pack__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .report-section--details summary,
  .report-section--facts summary {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px 12px;
  }

  .report-details-summary {
    order: 1;
    flex: 1 1 calc(100% - 46px);
    align-items: flex-start;
  }

  .report-section--details summary::after,
  .report-section--facts summary::after {
    order: 2;
    margin-left: auto;
  }

  .report-section--details summary em,
  .report-section--facts summary em {
    order: 3;
    margin-left: 50px;
  }

  .report-section--details summary strong,
  .report-section--facts summary strong {
    font-size: 1rem;
  }

  .paid-output-report {
    padding: 14px;
  }

  .paid-output-report__header h2 {
    font-size: clamp(1.75rem, 9vw, 2.2rem);
  }

  .paid-output-report__risk {
    justify-content: start;
    width: 100%;
  }

  .paid-output-report__header .mini-risk {
    justify-self: start;
  }

  .paid-output-report__nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    overflow: visible;
    padding: 8px;
  }

  .paid-output-report__nav a {
    min-width: 0;
    min-height: 44px;
    padding: 10px 6px;
    font-size: 0.82rem;
    text-align: center;
    white-space: normal;
  }

  .paid-output-card {
    grid-template-columns: 1fr;
    gap: 11px;
    padding: 14px;
  }

  .paid-output-card > span {
    width: 32px;
    height: 32px;
  }

  .admin-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .payment-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .review-loading-panel {
    gap: 16px;
    padding: 22px;
  }

  .review-loading-panel__visual {
    width: 74px;
    min-height: 88px;
    gap: 7px;
    border-radius: 14px;
    padding: 13px 14px;
  }

  .review-loading-panel__visual::before {
    right: 8px;
    left: 8px;
  }

  .review-loading-panel__visual .ui-icon {
    width: 21px;
    height: 21px;
  }

  .review-loading-panel__visual span {
    width: 40px;
    height: 4px;
  }

  .review-loading-panel__visual span:nth-of-type(2) {
    width: 32px;
  }

  .review-loading-panel__visual span:nth-of-type(3) {
    width: 24px;
  }

  .review-loading-panel h1 {
    font-size: clamp(1.85rem, 8vw, 2.35rem);
  }

  .review-loading-panel p:not(.eyebrow) {
    font-size: 0.96rem;
    line-height: 1.42;
  }

  .review-loading-steps {
    gap: 8px;
  }

  .review-loading-steps li {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
    padding: 9px 10px;
  }

  .review-loading-steps li > span {
    width: 27px;
    height: 27px;
  }

  .review-loading-steps strong {
    font-size: 0.92rem;
  }

  .review-loading-complete {
    display: grid;
    gap: 8px;
  }

  .review-loading-complete .button-primary {
    width: 100%;
  }

  .actions {
    grid-template-columns: 1fr;
  }

  .marketing-panel .actions {
    grid-template-columns: 1fr;
  }

  .marketing-panel .actions [data-step-next],
  .marketing-panel .actions input[type="submit"] {
    order: 1;
  }

  .marketing-panel .actions [data-step-back] {
    order: 2;
  }

  .actions input[type="submit"] {
    grid-column: auto;
  }

  .report-funnel {
    align-items: flex-start;
    flex-direction: column;
  }

  .structured-alerts dl {
    grid-template-columns: 1fr;
  }
}
