[hidden] {
  display: none !important;
}

.website-receipt {
  margin-top: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f5f8f6;
}

.website-receipt h3 {
  margin: 0 0 6px;
}

.website-receipt p {
  margin: 6px 0 16px;
}

.website-receipt .receipt-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.website-receipt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button.danger {
  background: #9b2f25;
}

.threshold-notice,
.offer-bar {
  border: 1px solid #c9dfd3;
  background: #eff7f1;
  border-radius: 10px;
}

.threshold-notice {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 16px 18px;
  margin: 0 0 24px;
  color: #183f2a;
}

.threshold-notice span {
  color: #315a43;
}

.offer-section {
  padding-top: 22px;
  padding-bottom: 22px;
}

.offer-bar {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}

.offer-bar .eyebrow,
.offer-bar h2,
.offer-bar p {
  margin-top: 0;
}

.offer-bar h2 {
  margin-bottom: 8px;
}

.offer-bar p {
  max-width: 780px;
  margin-bottom: 0;
  color: var(--muted);
}

.offer-bar .button {
  flex: 0 0 auto;
}

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

.guide-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.guide-card h3 {
  margin: 8px 0 10px;
}

.guide-card p:not(.card-kicker) {
  color: var(--muted);
}

.guide-card a {
  margin-top: auto;
  padding-top: 10px;
  font-weight: 700;
}

.guide-checklist {
  margin: 24px 0;
  padding: 24px;
  border-left: 4px solid var(--accent);
  background: #f6faf7;
}

.guide-checklist h2,
.guide-checklist p:last-child {
  margin-bottom: 0;
}

@media (max-width: 760px) {
  .threshold-notice,
  .offer-bar {
    display: block;
  }

  .threshold-notice strong,
  .threshold-notice span {
    display: block;
  }

  .threshold-notice span {
    margin-top: 5px;
  }

  .offer-bar {
    padding: 22px;
  }

  .offer-bar .button {
    margin-top: 18px;
  }

  .guide-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .threshold-notice {
    margin-bottom: 14px;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.45;
  }
}
