/* STANDALONE SERVICES + /apply
   Services you can buy without hiring us to manage anything. */

.standalone-services {
  background: #ffffff;
  padding: 56px 24px 64px;
  max-width: var(--container-max-width);
  box-sizing: border-box;
  margin: 0 auto;
}

.standalone-kicker,
.apply-kicker {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--nav-accent, #e8632d);
  margin: 0 0 10px;
}

.standalone-heading {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  line-height: 1.2;
  color: #17150f;
  margin: 0 0 16px;
  max-width: 20ch;
}

.standalone-intro {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(23, 21, 15, 0.78);
  margin: 0 0 40px;
  max-width: 62ch;
}

.standalone-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.standalone-card {
  background: var(--brand-cream, #f6efe3);
  border: 1px solid rgba(23, 21, 15, 0.08);
  border-radius: 16px;
  padding: 28px 28px 32px;
}

.standalone-card-tag {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--nav-accent, #e8632d);
  border: 1px solid rgba(232, 99, 45, 0.4);
  border-radius: 999px;
  padding: 3px 10px;
  margin: 0 0 14px;
}

.standalone-card-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 26px;
  color: #17150f;
  margin: 0 0 6px;
}

.standalone-card-price {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 44px;
  color: var(--nav-accent, #e8632d);
  margin: 0;
  line-height: 1.1;
}

.standalone-card-note {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(23, 21, 15, 0.6);
  margin: 4px 0 18px;
  max-width: 40ch;
}

.standalone-price-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  border-top: 1px solid rgba(23, 21, 15, 0.1);
}

.standalone-price-list li {
  display: flex;
  justify-content: space-between;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: rgba(23, 21, 15, 0.82);
  padding: 9px 0;
  border-bottom: 1px solid rgba(23, 21, 15, 0.08);
}

.standalone-card-body {
  font-family: "Inter", sans-serif;
  font-size: 15.5px;
  line-height: 1.68;
  color: rgba(23, 21, 15, 0.84);
  margin: 0 0 14px;
}

.standalone-card-lead {
  font-weight: 600;
  font-size: 17px;
  color: #17150f;
}

.standalone-card-cta {
  display: inline-block;
  margin-top: 8px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  background: var(--nav-accent, #e8632d);
  border-radius: 999px;
  padding: 12px 24px;
  text-decoration: none;
}

.standalone-card-cta:hover { background: #d1551f; }

.standalone-footnote {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(23, 21, 15, 0.1);
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(23, 21, 15, 0.7);
}

.standalone-footnote a { color: var(--nav-accent, #e8632d); font-weight: 600; }

/* ---- /apply ---- */

.apply-page {
  background: var(--brand-cream, #f6efe3);
  padding: 48px 24px 72px;
  max-width: var(--container-max-width);
  box-sizing: border-box;
  margin: 0 auto;
}

.apply-lede {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: #17150f;
  margin: 0 0 14px;
  max-width: 64ch;
}

.apply-lede-secondary {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(23, 21, 15, 0.75);
  margin: 0 0 40px;
  max-width: 64ch;
}

.apply-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}

.apply-subhead {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  color: #17150f;
  margin: 0 0 18px;
}

.apply-item { margin-bottom: 26px; }

.apply-item h3 {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #17150f;
  margin: 0 0 6px;
}

.apply-item p,
.apply-terms li {
  font-family: "Inter", sans-serif;
  font-size: 15.5px;
  line-height: 1.68;
  color: rgba(23, 21, 15, 0.82);
  margin: 0;
}

.apply-terms {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(23, 21, 15, 0.12);
}

.apply-terms h3 {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #17150f;
  margin: 0 0 10px;
}

.apply-terms ul { margin: 0; padding-left: 20px; }
.apply-terms li { margin-bottom: 8px; }

/* ---- form ---- */

.apply-form {
  background: #ffffff;
  border: 1px solid rgba(23, 21, 15, 0.08);
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 8px 22px rgba(23, 21, 15, 0.06);
}

.apply-form label {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #17150f;
  margin-bottom: 16px;
}

.apply-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.apply-form input,
.apply-form select,
.apply-form textarea {
  width: 100%;
  box-sizing: border-box;
  margin-top: 6px;
  font-family: "Inter", sans-serif;
  font-size: 16px; /* 16px stops iOS zooming the page on focus */
  font-weight: 400;
  color: #17150f;
  background: #fcfaf6;
  border: 1px solid rgba(23, 21, 15, 0.18);
  border-radius: 10px;
  padding: 11px 13px;
}

.apply-form input:focus,
.apply-form select:focus,
.apply-form textarea:focus {
  outline: 2px solid var(--nav-accent, #e8632d);
  outline-offset: 1px;
  border-color: transparent;
}

.apply-form textarea { resize: vertical; }

.apply-submit {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background: var(--nav-accent, #e8632d);
  border: 0;
  border-radius: 999px;
  padding: 14px 22px;
  cursor: pointer;
  margin-top: 6px;
}

.apply-submit:hover { background: #d1551f; }
.apply-submit:disabled { opacity: 0.55; cursor: default; }

.apply-status {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  margin: 14px 0 0;
  min-height: 1.2em;
}

.apply-status-ok    { color: #1f7a4d; }
.apply-status-error { color: #b23b2c; }

@media (min-width: 768px) {
  .standalone-grid { grid-template-columns: 1fr 1fr; }
  .apply-columns   { grid-template-columns: 1fr 1fr; gap: 48px; }
}

@media (min-width: 1024px) {
  .standalone-services { padding: 80px 64px 96px; }
  .standalone-heading  { font-size: 38px; }
  .apply-page          { padding: 64px 64px 96px; }
}

/* The ten-item requirement list. Its length is the argument, so it is set
   tight and small enough to read as a daunting list rather than a feature
   grid. */
.standalone-steps {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  border-top: 1px solid rgba(23, 21, 15, 0.1);
}

.standalone-steps li {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 14.5px;
  line-height: 1.5;
  color: rgba(23, 21, 15, 0.8);
  padding: 8px 0 8px 22px;
  border-bottom: 1px solid rgba(23, 21, 15, 0.07);
}

.standalone-steps li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--nav-accent, #e8632d);
}

/* The 25 mile rule. Set apart because it is the city's own requirement and the
   single strongest thing on the page. */
.standalone-card-callout {
  border-left: 3px solid var(--nav-accent, #e8632d);
  padding: 4px 0 4px 16px;
  font-weight: 500;
  color: #17150f;
}

/* ---- dedicated service pages ---- */

.service-page {
  background: var(--brand-cream, #f6efe3);
  padding: 48px 24px 72px;
  max-width: var(--container-max-width);
  box-sizing: border-box;
  margin: 0 auto;
}

/* Answer first. Retrieval extracts chunks, and a reader deciding whether to
   stay gets the whole answer before any explanation. */
.service-answer {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  color: #17150f;
  margin: 0 0 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(23, 21, 15, 0.12);
  max-width: 68ch;
}

.service-page h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 26px;
  line-height: 1.25;
  color: #17150f;
  margin: 44px 0 14px;
  max-width: 24ch;
}

.service-page p {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(23, 21, 15, 0.86);
  margin: 0 0 16px;
  max-width: 68ch;
}

.service-numbered {
  counter-reset: svc;
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  max-width: 68ch;
}

.service-numbered li {
  counter-increment: svc;
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(23, 21, 15, 0.84);
  padding: 14px 0 14px 46px;
  border-bottom: 1px solid rgba(23, 21, 15, 0.09);
}

.service-numbered li::before {
  content: counter(svc, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--nav-accent, #e8632d);
}

.service-numbered strong {
  display: block;
  color: #17150f;
  font-weight: 600;
}

.service-callout {
  border-left: 3px solid var(--nav-accent, #e8632d);
  padding: 6px 0 6px 18px;
  font-weight: 500;
  color: #17150f !important;
}

.service-table {
  width: 100%;
  max-width: 62ch;
  border-collapse: collapse;
  margin: 0 0 24px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}

.service-table td {
  padding: 11px 0;
  border-bottom: 1px solid rgba(23, 21, 15, 0.09);
  color: rgba(23, 21, 15, 0.84);
}

.service-table td:last-child {
  text-align: right;
  font-weight: 600;
  color: #17150f;
  white-space: nowrap;
}

.service-table-total td {
  border-top: 2px solid rgba(23, 21, 15, 0.7);
  border-bottom: none;
  font-weight: 700;
  color: #17150f;
  font-size: 18px;
}

.service-note {
  background: rgba(232, 99, 45, 0.07);
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 15.5px !important;
}

.service-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 32px 0 0;
}

.service-cta,
.service-cta-secondary {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 999px;
  padding: 13px 26px;
  text-decoration: none;
}

.service-cta {
  color: #ffffff;
  background: var(--nav-accent, #e8632d);
}

.service-cta:hover { background: #d1551f; }

.service-cta-secondary {
  color: #17150f;
  background: transparent;
  border: 1px solid rgba(23, 21, 15, 0.3);
}

/* Regulatory content carries a visible date. Rules change and a confidently
   stale page is worse than no page. */
.service-verified {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(23, 21, 15, 0.12);
  font-size: 14px !important;
  color: rgba(23, 21, 15, 0.58) !important;
}

.standalone-card-more {
  display: inline-block;
  margin: 0 0 14px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--nav-accent, #e8632d);
  text-decoration: none;
  border-bottom: 1px solid rgba(232, 99, 45, 0.4);
}

@media (min-width: 1024px) {
  .service-page { padding: 64px 64px 96px; }
  .service-page h2 { font-size: 32px; }
  .service-answer { font-size: 22px; }
}
