* {
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f7f7f7;
  color: #1f1f1f;
  margin: 0;
  padding: 20px 12px 32px;
  line-height: 1.5;
}

.landing-body {
  background: #f5f5f5;
}

.page {
  max-width: 900px;
  margin: 0 auto;
}

h1 {
  font-size: 20px;
  margin: 0 0 14px;
  font-weight: 600;
}

p {
  margin: 0 0 12px;
}

form {
  max-width: 440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

form > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

label {
  font-size: 16px;
  font-weight: 600;
}

input {
  width: 100%;
  padding: 10px 12px;
  font-size: 16px;
}

button {
  padding: 10px 12px;
  font-size: 16px;
}

.form-wrapper {
  max-width: 440px;
  margin: 0 auto;
}

.landing {
  padding-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-title {
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
  font-weight: 700;
}

.hero-subhead {
  margin: 0;
  max-width: 760px;
  color: #2f2f2f;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.cta-primary {
  display: inline-block;
  padding: 10px 14px;
  border: 1px solid #1f1f1f;
  background: #1f1f1f;
  color: #f7f7f7;
  text-decoration: none;
  font-weight: 600;
}

.cta-secondary {
  color: #1f1f1f;
  text-decoration: underline;
  font-weight: 600;
}

.section {
  margin-top: 8px;
}

.section h2 {
  font-size: 18px;
  margin: 0 0 8px;
  font-weight: 700;
}

.plain-list {
  margin: 0;
  padding-left: 18px;
}

.plain-list li {
  margin-bottom: 6px;
}

.pricing-page {
  padding-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.plan-title {
  font-size: 18px;
  margin: 0 0 8px;
  font-weight: 700;
}

.plan-note {
  margin: 8px 0 0;
  color: #2f2f2f;
}

.plan-price {
  margin: 8px 0 0;
  font-weight: 700;
}

.upgrade-action {
  margin-top: 4px;
}

.upgrade-link {
  color: #1f1f1f;
  text-decoration: underline;
  font-weight: 600;
}

.pricing-note {
  font-weight: 600;
  margin: 0;
}

.footer {
  max-width: 900px;
  margin: 36px auto 0;
  padding-top: 16px;
  border-top: 1px solid #d1d1d1;
  display: flex;
  gap: 12px;
  font-size: 14px;
}

.footer a {
  color: #1f1f1f;
  text-decoration: none;
}

.separator {
  color: #7a7a7a;
}

.hours-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.hours-table th,
.hours-table td {
  border: 1px solid #d1d1d1;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
}

.hours-table th {
  background: #ececec;
  font-weight: 600;
}

.hours-table tbody tr:nth-child(even) {
  background: #f2f2f2;
}

.hours-table td:last-child {
  font-weight: 600;
}

.overage {
  color: #a40000;
}

.hours-table td {
  word-break: break-word;
}
