/* Inline actions inherit the section surface, retaining the editorial rhythm. */
.rd-site.rv-site section > .sc-start-wrap {
  display: block;
  padding-block: 0;
}
.rd-site.rv-site .sc-start {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 24px;
  grid-column: 1 / -1;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid currentColor;
  border-top-color: color-mix(in srgb, currentColor 20%, transparent);
}
.rd-site.rv-site .sc-start > p {
  color: inherit;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
  max-width: 52ch;
  margin: 0;
}
.rd-site.rv-site .sc-start-button {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 48px;
  padding: 15px 23px;
  margin: 0;
  border: 1px solid #ef7048;
  border-radius: 3px;
  background: #ef7048;
  color: #171c2c !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}
.rd-site.rv-site .sc-start-button:hover { background: #f68b69; border-color: #f68b69; }
.rd-site.rv-site .sc-start-button:focus-visible { outline: 3px solid currentColor; outline-offset: 4px; }
@media (max-width: 640px) {
  .rd-site.rv-site .sc-start { align-items: center; flex-direction: column; gap: 20px; margin-top: 30px; padding-top: 24px; }
  .rd-site.rv-site .sc-start > p { font-size: 16px; }
  .rd-site.rv-site .sc-start-button { white-space: normal; max-width: 100%; }
}

/* A final unpaired detail card fills its row instead of leaving a grey void. */
.rd-site.rv-site .rv-detail-grid > .rv-feature:last-child:nth-child(odd) { grid-column: 1 / -1; }
.rd-site.rv-site .rv-feature .list-check li::before { content: none; }
.rd-site.rv-site .rv-feature .list-check li { display: list-item; list-style: disc; position: static; }
/* Explicit hero hierarchy overrides older nth-child and added-start colours. */
.rd-site.rv-site a.rv-button[data-hero-priority="primary"] {
  background: #ef7048 !important;
  border-color: #ef7048 !important;
  color: #171c2c !important;
}
.rd-site.rv-site a.rv-button[data-hero-priority="secondary"] {
  background: transparent !important;
  border: 1px solid #b8b6b1 !important;
  color: inherit !important;
}
.rd-site.rv-site a.rv-button[data-hero-priority="primary"]:hover { background: #f68b69 !important; }
.rd-site.rv-site a.rv-button[data-hero-priority="secondary"]:hover { background: #1c1f2d0a !important; }
