/* /shiftcare-support — Google Ads landing page. Reuses the site brand system
   (styles.css tokens) with a narrow, single-column, low-motion layout. */

.support-nav-inner {
  justify-content: flex-start;
}

.support-wrap {
  margin: 0 auto;
  max-width: 780px;
  padding: 0 22px;
}

.support-hero {
  background: linear-gradient(180deg, var(--psc-off-white) 0%, var(--psc-white) 100%);
  border-bottom: 1px solid var(--psc-line);
  padding: 58px 0 34px;
}

.support-hero h1 {
  color: var(--psc-navy);
  font-size: clamp(30px, 5.4vw, 44px);
  line-height: 1.12;
  margin: 8px 0 0;
}

.support-hero .lede {
  color: var(--psc-slate);
  font-size: 17px;
  line-height: 1.65;
  margin: 16px 0 0;
  max-width: 640px;
}

.support-cta {
  margin: 26px 0 0;
}

.support-alt {
  font-size: 14px;
  margin: 12px 0 0;
}

.support-alt a {
  color: var(--psc-slate);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.support-alt a:hover {
  color: var(--psc-blue);
}

.trust-strip {
  border-top: 1px solid var(--psc-line);
  color: var(--psc-charcoal);
  display: flex;
  flex-wrap: wrap;
  font-size: 13.5px;
  font-weight: 600;
  gap: 8px 26px;
  list-style: none;
  margin: 28px 0 0;
  padding: 16px 0 0;
}

.support-disclaimer {
  color: var(--psc-slate);
  font-size: 11.5px;
  line-height: 1.5;
  margin: 14px 0 0;
}

.support-section {
  padding: 40px 0 0;
}

.support-section h2 {
  color: var(--psc-navy);
  font-size: clamp(22px, 3.6vw, 28px);
  line-height: 1.2;
  margin: 0 0 14px;
}

.familiar-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.familiar-list li {
  border-left: 3px solid var(--psc-blue);
  color: var(--psc-charcoal);
  font-size: 15.5px;
  line-height: 1.55;
  margin: 0 0 10px;
  padding: 2px 0 2px 14px;
}

.familiar-close {
  color: var(--psc-charcoal);
  font-weight: 600;
  margin: 18px 0 0;
}

.help-blocks p {
  color: var(--psc-charcoal);
  font-size: 15.5px;
  line-height: 1.65;
  margin: 0 0 14px;
}

.help-blocks strong {
  color: var(--psc-navy);
}

.enquiry-card {
  background: var(--psc-white);
  border: 1px solid var(--psc-line);
  border-radius: var(--radius);
  border-top: 4px solid var(--psc-blue);
  box-shadow: var(--shadow);
  padding: 30px 28px 26px;
}

.enquiry-intro {
  color: var(--psc-slate);
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0 0 18px;
}

.form-field {
  margin: 0 0 16px;
}

.form-field label {
  color: var(--psc-navy);
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  margin: 0 0 6px;
}

.label-note {
  color: var(--psc-slate);
  font-weight: 500;
}

.form-field input,
.form-field textarea,
.form-field select {
  background: var(--psc-white);
  border: 1px solid var(--psc-line);
  border-radius: 10px;
  color: var(--psc-charcoal);
  font: 500 15px/1.5 var(--psc-font);
  padding: 11px 12px;
  width: 100%;
}

.form-field textarea {
  min-height: 120px;
  resize: vertical;
}

.form-field input:focus-visible,
.form-field textarea:focus-visible,
.form-field select:focus-visible {
  border-color: var(--psc-blue);
  outline: 2px solid var(--psc-blue);
  outline-offset: 1px;
}

.form-field input[aria-invalid="true"],
.form-field textarea[aria-invalid="true"],
.form-field select[aria-invalid="true"] {
  border-color: #b3261e;
}

.field-error {
  color: #b3261e;
  font-size: 13px;
  font-weight: 600;
  margin: 6px 0 0;
}

.hp-field {
  left: -9999px;
  position: absolute;
  top: auto;
}

.support-submit {
  display: block;
  font-size: 16px;
  margin-top: 4px;
  padding: 14px 22px;
  width: 100%;
}

.support-submit[disabled] {
  cursor: default;
  opacity: 0.65;
}

.response-promise {
  color: var(--psc-charcoal);
  font-size: 13.5px;
  font-weight: 600;
  margin: 12px 0 0;
  text-align: center;
}

.form-privacy {
  color: var(--psc-slate);
  font-size: 12px;
  margin: 8px 0 0;
  text-align: center;
}

.form-privacy a {
  color: var(--psc-slate);
  text-decoration: underline;
  text-underline-offset: 3px;
}

#form-success h3 {
  color: var(--psc-navy);
  font-size: 22px;
  margin: 0 0 10px;
}

#form-success p {
  color: var(--psc-charcoal);
  font-size: 15.5px;
  line-height: 1.65;
}

.ongoing-frame {
  color: var(--psc-slate);
  font-size: 15px;
  margin: 0 0 18px;
}

.support-price {
  margin: 0 auto;
  max-width: 460px;
}

.support-about {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: 220px 1fr;
}

.support-photo {
  border: 1px solid var(--psc-line);
  border-radius: var(--radius);
  margin: 0;
  overflow: hidden;
}

.support-photo img {
  display: block;
  height: auto;
  width: 100%;
}

.support-about p {
  color: var(--psc-charcoal);
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 12px;
}

.support-fallback {
  padding-bottom: 56px;
}

.support-fallback p {
  color: var(--psc-slate);
  margin: 0 0 16px;
}

@media (max-width: 620px) {
  .support-hero {
    padding: 38px 0 26px;
  }

  .support-about {
    grid-template-columns: 1fr;
  }

  .support-photo {
    margin: 0 auto;
    max-width: 260px;
  }

  .enquiry-card {
    padding: 22px 18px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
