.resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 34px 0;
}

.resource-card {
  padding: 24px;
  border: 1px solid #dfe7e4;
  border-radius: 14px;
  background: #fff;
}

.resource-card h2,
.resource-card h3 {
  margin-top: 0;
}

.resource-card a,
.resource-index-link {
  color: #006db7;
  font-weight: 800;
}

.guide-summary {
  margin: 28px 0;
  padding: 22px 24px;
  border-left: 4px solid #58a832;
  border-radius: 0 12px 12px 0;
  background: #f3f8ef;
}

.guide-section {
  padding-top: 8px;
}

.guide-section + .guide-section {
  margin-top: 26px;
  padding-top: 30px;
  border-top: 1px solid #dfe7e4;
}

.local-detail {
  margin: 34px 0;
  padding: 26px;
  border: 1px solid #dfe7e4;
  border-radius: 14px;
  background: #f8faf8;
}

.local-detail h2 {
  margin-top: 0;
}

.owner-proof {
  margin: 34px 0;
  padding: 28px;
  border-radius: 14px;
  background: #06396d;
  color: #fff;
}

.owner-proof h2 {
  margin-top: 0;
  color: #fff;
}

.owner-proof p {
  color: #e0ebf2;
}

.rd-footer-links {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
}

.rd-footer-links a {
  color: #355063;
  font-weight: 700;
}

.sms-fallback {
  position: fixed;
  right: 22px;
  bottom: 88px;
  z-index: 2147483001;
  width: min(340px, calc(100vw - 32px));
  padding: 16px;
  display: grid;
  gap: 8px;
  border: 1px solid #d8e4e1;
  border-radius: 14px;
  background: #fff;
  color: #112435;
  box-shadow: 0 16px 44px rgba(17, 36, 53, .2);
}

.sms-fallback span {
  color: #5f6e79;
  font-size: .86rem;
  line-height: 1.45;
}

.sms-fallback button {
  justify-self: start;
  padding: 8px 12px;
  border: 0;
  border-radius: 8px;
  background: #006db7;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.thank-you-card {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px;
  border: 1px solid #dfe7e4;
  border-radius: 16px;
  background: #fff;
  text-align: center;
  box-shadow: 0 16px 50px rgba(11, 50, 72, .08);
}

.thank-you-card .btn-blue {
  display: inline-block;
  margin-top: 14px;
}

.seo-lead-form {
  margin: 28px 0 42px;
  padding: 26px;
  display: grid;
  gap: 16px;
  border: 1px solid #dfe7e4;
  border-radius: 14px;
  background: #f8faf8;
}

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

.seo-lead-form label {
  display: grid;
  gap: 7px;
  color: #314856;
  font-size: .82rem;
  font-weight: 800;
}

.seo-lead-form input,
.seo-lead-form select,
.seo-lead-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #cddbd8;
  border-radius: 8px;
  background: #fff;
  color: #112435;
  font: inherit;
}

.seo-lead-form button {
  padding: 15px 18px;
  border: 0;
  border-radius: 8px;
  background: #58a832;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.seo-lead-form small {
  color: #687983;
}

@media (max-width: 760px) {
  .resource-grid {
    grid-template-columns: 1fr;
  }

  .rd-footer-links {
    margin-left: 0;
    justify-content: flex-start;
  }

  .sms-fallback {
    right: 12px;
    bottom: 76px;
  }

  .seo-form-grid {
    grid-template-columns: 1fr;
  }
}
