.proof-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: #89e08e;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-proof-copy {
  display: grid;
  gap: 8px;
  max-width: 620px;
}

.service-proof-copy p:first-child {
  font-family: var(--font-display);
  font-size: 1.1rem;
  line-height: 1.24;
}

.service-proof-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.service-proof-trust-grid,
.buyer-proof-strip {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
}

.service-proof-trust-card,
.buyer-proof-card {
  display: grid;
  gap: 0.65rem;
  padding: 18px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(0, 176, 24, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(16, 31, 23, 0.98), rgba(10, 18, 12, 0.98));
  border: 1px solid rgba(99, 124, 102, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 18px 40px rgba(0, 0, 0, 0.22);
}

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

.hero-trust-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(99, 124, 102, 0.24);
  background: rgba(11, 17, 11, 0.92);
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.service-offer-grid {
  margin-bottom: 18px;
}

.before-after-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
}

.before-after-card {
  display: grid;
  gap: 0.8rem;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(99, 124, 102, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 18px 40px rgba(0, 0, 0, 0.22);
}

.before-card {
  background:
    radial-gradient(circle at top right, rgba(197, 104, 77, 0.16), transparent 44%),
    linear-gradient(180deg, rgba(25, 19, 18, 0.98), rgba(16, 12, 11, 0.98));
}

.after-card {
  background:
    radial-gradient(circle at top right, rgba(0, 176, 24, 0.16), transparent 44%),
    linear-gradient(180deg, rgba(16, 31, 23, 0.98), rgba(10, 18, 12, 0.98));
}

.before-after-card strong {
  color: var(--text);
  font-family: var(--font-display);
  font-size: 1.08rem;
  line-height: 1.35;
}

.before-after-list {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.6rem;
  color: var(--muted);
}

.before-after-list li {
  line-height: 1.55;
}

.service-proof-trust-card strong,
.buyer-proof-card strong {
  display: block;
  margin: 0;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 1.08rem;
  line-height: 1.35;
}

.service-proof-trust-card p,
.buyer-proof-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.service-proof-strip {
  margin-top: 12px;
}

.sample-delivery-hero {
  gap: 18px;
}

.sample-delivery-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sample-delivery-context-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
}

.sample-delivery-context-card,
.sample-delivery-handoff-card {
  border: 1px solid rgba(99, 124, 102, 0.24);
  background: linear-gradient(180deg, rgba(16, 31, 23, 0.96), rgba(12, 22, 18, 0.98));
  border-radius: 1rem;
  padding: 1rem 1.1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  display: grid;
  gap: 0.55rem;
}

.sample-badge {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(99, 124, 102, 0.24);
  background: rgba(11, 17, 11, 0.92);
  color: var(--text);
}

.delivery-preview-stack {
  display: grid;
  gap: 20px;
}

.delivery-document-preview {
  display: grid;
  gap: 18px;
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(245, 250, 245, 0.98), rgba(230, 239, 231, 0.96));
  border: 1px solid rgba(34, 52, 35, 0.1);
  color: #132017;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.delivery-document-preview .eyebrow,
.delivery-document-preview .mini-label {
  color: #24522e;
}

.delivery-document-preview h3,
.delivery-document-preview strong,
.delivery-document-preview th {
  color: #102016;
}

.delivery-document-preview p,
.delivery-document-preview li,
.delivery-document-preview td,
.delivery-document-preview span {
  color: #304236;
}

.delivery-document-topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(16, 32, 22, 0.12);
}

.delivery-document-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.delivery-document-brand strong,
.delivery-document-brand span {
  display: block;
}

.delivery-document-brand span {
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.delivery-document-meta {
  display: grid;
  gap: 4px;
  justify-items: end;
  text-align: right;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.delivery-document-body,
.delivery-document-heading {
  display: grid;
  gap: 10px;
}

.delivery-document-heading.compact {
  gap: 6px;
}

.delivery-document-heading h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.delivery-document-heading p {
  margin: 0;
  max-width: 70ch;
  line-height: 1.6;
}

.delivery-document-grid,
.delivery-control-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.delivery-document-summary,
.delivery-control-grid section {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(16, 32, 22, 0.08);
}

.delivery-document-summary ul,
.delivery-control-grid ul {
  margin: 10px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.delivery-ledger-table-wrap {
  overflow-x: auto;
  border-radius: 18px;
  border: 1px solid rgba(16, 32, 22, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

.delivery-ledger-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.delivery-ledger-table th,
.delivery-ledger-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(16, 32, 22, 0.08);
  white-space: nowrap;
}

.delivery-ledger-table thead th {
  background: rgba(19, 32, 23, 0.06);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.delivery-ledger-table tbody tr:last-child td {
  border-bottom: 0;
}

.delivery-document-controls {
  background: linear-gradient(180deg, rgba(239, 245, 239, 0.98), rgba(225, 235, 226, 0.96));
}

.sample-delivery-bridge {
  display: grid;
  gap: 14px;
}

.sample-delivery-handoff-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
}

#sample-delivery-context {
  margin-top: 0;
}

.intake-guidance-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
}

.intake-guidance-card,
.request-follow-up-card {
  border: 1px solid rgba(99, 124, 102, 0.24);
  background: linear-gradient(180deg, rgba(16, 31, 23, 0.96), rgba(12, 22, 18, 0.98));
  border-radius: 1rem;
  padding: 1rem 1.1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.request-follow-up-card {
  margin-top: 1rem;
}

.request-follow-up-actions {
  align-items: center;
}

.sample-delivery-context-card p,
.sample-delivery-handoff-card p {
  margin: 0;
  color: var(--muted);
}

.sample-delivery-service-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
}

@media (max-width: 860px) {
  .delivery-document-grid,
  .delivery-control-grid {
    grid-template-columns: 1fr;
  }

  .delivery-document-topbar {
    flex-direction: column;
  }

  .delivery-document-meta {
    justify-items: start;
    text-align: left;
  }

  .delivery-document-preview {
    padding: 22px;
  }
}
