/* After-pay branded mobile site. Their navy, their orange, their badge. */

:root {
  --cs-navy: #001b46;
  --cs-orange: #dd5e03;
  --cs-ink: #1d1d1d;
  --cs-surface: #ffffff;
  --cs-muted: #4a4f57;
  --cs-line: #e6e8ec;
  --cs-font: 'Exo', system-ui, sans-serif;
  --cs-script: 'Homemade Apple', cursive;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.cs-body {
  margin: 0;
  min-height: 100svh;
  background: var(--cs-surface);
  color: var(--cs-ink);
  font-family: var(--cs-font);
}

.cs-bar {
  margin: 0;
  padding: 6px 12px;
  background: #10141c;
  color: #f4f6f8;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.cs-bar strong {
  color: #fff;
}

.cs-site {
  width: min(430px, 100%);
  margin: 0 auto;
  min-height: calc(100svh - 36px);
  background: var(--cs-surface);
}

.cs-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 12px;
  background: var(--cs-surface);
  border-bottom: 1px solid var(--cs-line);
}

.cs-phonebar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 6px 12px;
  background: var(--cs-navy);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  border-radius: 999px;
  white-space: nowrap;
}

.cs-phone-disc {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--cs-orange);
  display: grid;
  place-items: center;
  flex: 0 0 24px;
}

.cs-phone-disc svg {
  display: block;
}

.cs-logo {
  width: auto;
  height: 48px;
  object-fit: contain;
  background: transparent;
}

.cs-van {
  margin: 20px 16px 0;
  height: 168px;
  overflow: hidden;
  background: var(--cs-navy);
  border-radius: 10px;
}

.cs-van-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% 48%;
  opacity: 1;
}

.cs-brochure {
  padding: 28px 20px 8px;
  text-align: center;
  background: var(--cs-surface);
  border-top: 1px solid var(--cs-line);
  margin-top: 20px;
}

.cs-locals {
  margin: 0 0 2px;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--cs-ink);
}

.cs-place {
  margin: 0 0 8px;
  font-size: clamp(2.4rem, 12vw, 3.15rem);
  line-height: 1.02;
  font-weight: 800;
  color: var(--cs-orange);
  letter-spacing: -0.02em;
}

.cs-script {
  margin: 0 0 10px;
  font-family: var(--cs-script);
  font-size: clamp(1.45rem, 6.4vw, 1.85rem);
  line-height: 1.25;
  color: var(--cs-ink);
}

.cs-know {
  margin: 0 0 14px;
  font-size: 1.05rem;
  font-weight: 700;
  font-style: italic;
  color: var(--cs-ink);
}

.cs-choice {
  margin: 0 auto;
  max-width: 34em;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--cs-ink);
}

.cs-choice em {
  font-style: italic;
  font-weight: 800;
}

.cs-job {
  padding: 14px 16px 4px;
  background: var(--cs-surface);
}

.cs-job-kicker {
  margin: 0 0 4px;
  color: var(--cs-orange);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cs-job h1 {
  margin: 0 0 8px;
  font-size: 2rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: var(--cs-navy);
}

.cs-lead {
  margin: 0 0 14px;
  color: var(--cs-ink);
  font-size: 0.92rem;
  line-height: 1.4;
}

.cs-call {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 10px;
  background: var(--cs-orange);
  color: #fff;
  font: inherit;
  font-weight: 800;
  font-size: 1.08rem;
  text-decoration: none;
}

.cs-call-note {
  display: none;
}

.cs-sheet {
  display: grid;
  gap: 10px;
  padding: 18px 16px 8px;
  min-height: 556px;
}

.cs-sheet h2 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--cs-navy);
}

.cs-sheet label {
  display: grid;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--cs-orange);
}

.cs-sheet input,
.cs-sheet textarea {
  width: 100%;
  border: 1px solid var(--cs-line);
  border-radius: 10px;
  padding: 12px 14px;
  font: inherit;
  color: var(--cs-ink);
  background: #fff;
}

.cs-sheet input::placeholder,
.cs-sheet textarea::placeholder {
  color: #8a9098;
}

.cs-photo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--cs-muted);
  font-size: 0.8rem;
}

.cs-photo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px dashed #b8bec6;
  border-radius: 10px;
  color: var(--cs-navy);
  font-weight: 700;
  cursor: pointer;
}

.cs-send {
  min-height: 52px;
  border: 0;
  border-radius: 10px;
  background: var(--cs-navy);
  color: #fff;
  font: inherit;
  font-weight: 800;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.cs-honesty {
  margin: 16px 20px 28px;
  font-size: 0.78rem;
  line-height: 1.5;
  color: var(--cs-muted);
}

#csResult {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.4;
}

#csResult.is-ok {
  color: #0b5a2a;
}

#csResult.is-err {
  color: #9b1d12;
}

.cs-other {
  width: min(430px, 100%);
  margin: 0 auto;
  padding: 28px 20px;
}

.cs-other h1 {
  font-size: 1.5rem;
  margin: 0 0 10px;
  color: var(--cs-navy);
}

.cs-other p {
  color: var(--cs-ink);
  line-height: 1.5;
}

.cs-other a {
  color: var(--cs-orange);
}
