/* New Voice Request — compact public form refresh */
body.voice-request-page .ops-container {
  width: min(980px, calc(100% - 32px));
  gap: 16px;
  padding-top: 16px;
}

body.voice-request-page .voice-header {
  min-height: 132px;
  padding: 22px 26px;
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(9, 70, 72, .17);
}

body.voice-request-page .voice-header .company-logo {
  width: 58px;
  height: 58px;
  padding: 6px;
  border-radius: 15px;
}

body.voice-request-page .voice-header h1 {
  margin: 3px 0 7px;
  font-size: clamp(2rem, 4.5vw, 2.8rem);
  line-height: 1;
  letter-spacing: -.045em;
}

body.voice-request-page .voice-header .txt-muted {
  font-size: .9rem;
}

body.voice-request-page .form-layout {
  margin-top: 0;
}

body.voice-request-page .form-surface {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 18px 44px rgba(17, 57, 61, .09);
}

body.voice-request-page .surface-head {
  min-height: 84px;
  margin: 0;
  padding: 16px 22px;
  background:
    radial-gradient(circle at 88% 20%, rgba(22, 170, 151, .1), transparent 15rem),
    linear-gradient(105deg, #ecfaf7, #f7fbff);
}

body.voice-request-page .surface-title-wrap {
  display: flex;
  align-items: center;
  gap: 13px;
}

body.voice-request-page .surface-step {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  flex: 0 0 40px;
  border: 1px solid #b7e2dc;
  border-radius: 12px;
  color: #087d70;
  background: rgba(255, 255, 255, .82);
  font-size: .75rem;
  font-weight: 950;
  letter-spacing: .06em;
}

body.voice-request-page .surface-head h2 {
  font-size: 1.35rem;
}

body.voice-request-page .surface-head .section-copy {
  margin-top: 3px;
  font-size: .78rem;
}

body.voice-request-page .surface-head .badge {
  border-color: #b8ddd8;
  color: #087d70;
  background: #fff;
}

body.voice-request-page .voice-form {
  gap: 14px;
  padding: 20px 22px 0;
  background: #fbfdfd;
}

body.voice-request-page .voice-form .grid2,
body.voice-request-page .voice-form > .field-block {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

body.voice-request-page .voice-form .grid2 {
  gap: 12px;
}

body.voice-request-page .voice-form .grid2 .field-block,
body.voice-request-page .voice-form > .field-block {
  display: grid;
  gap: 7px;
}

body.voice-request-page .voice-form label {
  color: #173e45;
  font-size: .68rem;
  letter-spacing: .075em;
}

body.voice-request-page .voice-form input,
body.voice-request-page .voice-form select,
body.voice-request-page .voice-form textarea {
  border-color: #c6d9da;
  border-radius: 12px;
  background: #fff;
}

body.voice-request-page .voice-form input,
body.voice-request-page .voice-form select {
  min-height: 48px;
}

body.voice-request-page .voice-form textarea {
  min-height: 150px;
  padding: 14px 15px;
}

body.voice-request-page .voice-call-request {
  gap: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #b8ded9;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(23, 88, 83, .06);
}

body.voice-request-page .voice-call-request:has(#contactRequested:checked) {
  border-color: #31b8a5;
  box-shadow: 0 0 0 3px rgba(31, 184, 165, .1), 0 12px 28px rgba(23, 88, 83, .08);
}

body.voice-request-page .voice-call-request-toggle {
  min-height: 88px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 13px;
  padding: 14px 16px;
  text-transform: none;
}

body.voice-request-page .voice-call-request-toggle > input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

body.voice-request-page .voice-call-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #087f72;
  background: #e6f7f4;
}

body.voice-request-page .voice-call-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

body.voice-request-page .voice-call-copy strong {
  color: #112f35;
  font-size: .96rem;
  letter-spacing: 0;
  text-transform: none;
}

body.voice-request-page .voice-call-copy small {
  color: #60767b;
  font-size: .76rem;
  line-height: 1.35;
  text-transform: none;
}

body.voice-request-page .voice-call-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 5px;
}

body.voice-request-page .voice-call-meta > span {
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  padding: 3px 8px;
  border-radius: 999px;
  color: #426168;
  background: #f0f6f6;
  font-size: .65rem;
  font-weight: 850;
  letter-spacing: .02em;
  text-transform: none;
}

body.voice-request-page .voice-call-switch {
  position: relative;
  width: 42px;
  height: 24px;
  border-radius: 999px;
  background: #cbd8d9;
  transition: background .18s ease;
}

body.voice-request-page .voice-call-switch::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(15, 49, 52, .22);
  transition: transform .18s ease;
}

body.voice-request-page #contactRequested:checked ~ .voice-call-switch {
  background: #0aa28f;
}

body.voice-request-page #contactRequested:checked ~ .voice-call-switch::after {
  transform: translateX(18px);
}

body.voice-request-page .voice-contact-phone {
  margin: 0 16px 16px;
  padding: 14px;
  border: 1px solid #d2e5e3;
  border-radius: 12px;
  background: #f4fbfa;
}

body.voice-request-page .voice-contact-phone input {
  background: #fff;
}

body.voice-request-page .voice-phone-help {
  color: #6c7f83;
  font-size: .7rem;
  line-height: 1.35;
}

body.voice-request-page .form-actions {
  margin: 2px -22px 0;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #dce8e8;
  background: #f3f8f8;
}

body.voice-request-page .submit-note {
  display: grid;
  gap: 2px;
  color: #1e4147;
  font-size: .78rem;
}

body.voice-request-page .submit-note span {
  color: #687d81;
  font-size: .7rem;
}

body.voice-request-page .form-actions .btn-primary {
  min-width: 188px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-inline: 18px;
  border-radius: 11px;
}

@media (max-width: 720px) {
  body.voice-request-page .ops-container {
    width: calc(100% - 12px);
    padding-top: 6px;
  }

  body.voice-request-page .voice-header {
    min-height: auto;
    gap: 14px;
    padding: 16px;
  }

  body.voice-request-page .voice-header-main {
    align-items: center;
    gap: 11px;
  }

  body.voice-request-page .voice-header h1 {
    font-size: clamp(1.7rem, 8vw, 2.2rem);
  }

  body.voice-request-page .voice-header .txt-muted {
    font-size: .78rem;
    line-height: 1.35;
  }

  body.voice-request-page .header-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  body.voice-request-page .surface-head {
    min-height: 76px;
    flex-direction: row;
    align-items: center;
    padding: 13px 14px;
  }

  body.voice-request-page .surface-step {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  body.voice-request-page .surface-head .badge {
    display: none;
  }

  body.voice-request-page .voice-form {
    padding: 15px 14px 0;
  }

  body.voice-request-page .voice-call-request-toggle {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    gap: 10px;
    padding: 13px;
  }

  body.voice-request-page .voice-call-icon {
    width: 40px;
    height: 40px;
  }

  body.voice-request-page .voice-call-meta {
    display: grid;
    grid-template-columns: max-content max-content;
  }

  body.voice-request-page .voice-contact-phone {
    margin: 0 12px 12px;
    padding: 12px;
  }

  body.voice-request-page .form-actions {
    margin-inline: -14px;
    padding: 14px;
    flex-direction: column;
    align-items: stretch;
  }

  body.voice-request-page .submit-note {
    display: none;
  }

  body.voice-request-page .form-actions .btn-primary {
    width: 100%;
  }
}

@media (max-width: 390px) {
  body.voice-request-page .voice-call-meta {
    grid-template-columns: 1fr;
  }
}
