:root {
  --ohvo-green: #8ead2d;
  --ohvo-green-dark: #60791b;
  --ohvo-ink: #111111;
  --ohvo-muted: #666a63;
  --ohvo-line: #dde2d5;
  --ohvo-soft: #f5f7f1;
  --ohvo-pale: #f1f5e6;
}

body.page-template-page-ohvo-single-greeting-order {
  background: #fff;
}

body.page-template-page-ohvo-single-greeting-order .eapps-widget,
body.page-template-page-ohvo-single-greeting-order [class*='elfsight-app-'],
body.page-template-page-ohvo-single-greeting-order iframe[src*='elfsight'],
body.page-template-page-ohvo-single-greeting-order [class*='slide-in__PositionContainer'],
body.page-template-page-ohvo-single-greeting-order #zs-fl-tip,
body.page-template-page-ohvo-single-greeting-order #zsiq_float,
body.page-template-page-ohvo-single-greeting-order .ohvo-mobile-sticky-cta {
  display: none !important;
}

.ohvo-order-prototype,
.ohvo-order-prototype * {
  box-sizing: border-box;
}

.ohvo-order-prototype {
  color: var(--ohvo-ink);
  background: #fff;
}

.ohvo-order-prototype button,
.ohvo-order-prototype textarea,
.ohvo-order-prototype input {
  font: inherit;
}

.ohvo-order-shell {
  width: min(1180px, 88%);
  margin: 0 auto;
}

.ohvo-order-hero {
  padding: 72px 0 50px;
  text-align: center;
  border-bottom: 1px solid #edf0e8;
  background: linear-gradient(180deg, #fff 0%, #fbfcf8 100%);
}

.ohvo-order-kicker,
.ohvo-order-step__eyebrow,
.ohvo-order-summary__eyebrow {
  margin: 0 0 16px;
  padding: 0;
  color: var(--ohvo-green-dark);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .16em;
}

.ohvo-order-hero h1 {
  max-width: 820px;
  margin: 0 auto 20px;
  padding: 0;
  color: var(--ohvo-ink);
  font-family: 'SFProDisplay-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -.035em;
}

.ohvo-order-intro {
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
  color: var(--ohvo-muted);
  font-size: 18px;
  line-height: 1.65;
}

.ohvo-order-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 28px;
  color: #4c5049;
  font-size: 14px;
}

.ohvo-order-trust > span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 18px;
  border-right: 1px solid #cfd6c4;
}

.ohvo-order-trust > span:last-child {
  border-right: 0;
}

.ohvo-order-trust strong {
  margin-right: 4px;
  color: var(--ohvo-ink);
}

.ohvo-order-workspace {
  padding: 34px 0 100px;
  background: #fbfcfa;
}

.ohvo-prototype-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 26px;
  color: #62675e;
  font-size: 13px;
}

.ohvo-prototype-note span {
  color: var(--ohvo-green-dark);
  font-weight: 800;
}

.ohvo-step-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 780px;
  margin: 0 0 30px;
  padding: 0;
  border-bottom: 1px solid var(--ohvo-line);
  scroll-margin-top: 112px;
}

.ohvo-step-nav__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 58px;
  padding: 0 8px;
  border: 0;
  background: transparent;
  color: #8a8f86;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.ohvo-step-nav__item::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: transparent;
}

.ohvo-step-nav__item span {
  display: inline-grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid #cfd4cb;
  border-radius: 50%;
  background: #fff;
  color: inherit;
  font-size: 12px;
}

.ohvo-step-nav__item.is-active,
.ohvo-step-nav__item.is-complete {
  color: var(--ohvo-ink);
}

.ohvo-step-nav__item.is-active::after {
  background: var(--ohvo-green);
}

.ohvo-step-nav__item.is-active span,
.ohvo-step-nav__item.is-complete span {
  border-color: var(--ohvo-green);
  background: var(--ohvo-green);
  color: var(--ohvo-ink);
}

.ohvo-step-nav__item:disabled {
  cursor: default;
  opacity: 1;
}

.ohvo-order-layout {
  display: grid;
  grid-template-columns: minmax(0, 780px) minmax(270px, 1fr);
  align-items: start;
  gap: 32px;
}

.ohvo-order-card,
.ohvo-order-summary {
  border: 1px solid var(--ohvo-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(41, 52, 25, .06);
}

.ohvo-order-card {
  min-height: 580px;
  padding: 54px 58px 48px;
}

.ohvo-order-step[hidden] {
  display: none !important;
}

.ohvo-order-step h2,
.ohvo-order-summary h2,
.ohvo-checkout-dialog h2 {
  margin: 0;
  padding: 0;
  color: var(--ohvo-ink);
  font-family: 'SFProDisplay-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 38px;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -.025em;
}

.ohvo-order-step__intro {
  max-width: 640px;
  margin: 16px 0 34px;
  padding: 0;
  color: var(--ohvo-muted);
  font-size: 16px;
  line-height: 1.7;
}

.ohvo-choice-grid,
.ohvo-voice-grid {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  border: 0;
}

.ohvo-choice-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ohvo-choice-card,
.ohvo-voice-card {
  position: relative;
  cursor: pointer;
}

.ohvo-choice-card {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 16px;
  min-height: 146px;
  padding: 26px;
  border: 1px solid #d9ded4;
  border-radius: 18px;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.ohvo-choice-card:hover,
.ohvo-voice-card:hover {
  border-color: #a6b779;
}

.ohvo-choice-card.is-selected,
.ohvo-voice-card.is-selected {
  border-color: var(--ohvo-green);
  background: #fbfdf6;
  box-shadow: 0 0 0 3px rgba(142, 173, 45, .10);
}

.ohvo-choice-card input,
.ohvo-voice-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ohvo-choice-card:focus-within,
.ohvo-voice-card:focus-within {
  outline: 3px solid rgba(142, 173, 45, .25);
  outline-offset: 3px;
}

.ohvo-choice-card__mark {
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border: 2px solid #c7cdc1;
  border-radius: 50%;
  background: #fff;
}

.ohvo-choice-card.is-selected .ohvo-choice-card__mark {
  border: 6px solid var(--ohvo-green);
}

.ohvo-choice-card__copy {
  display: block;
}

.ohvo-choice-card strong,
.ohvo-voice-card strong {
  display: block;
  color: var(--ohvo-ink);
  font-size: 18px;
  line-height: 1.25;
}

.ohvo-choice-card small {
  display: block;
  margin-top: 10px;
  color: var(--ohvo-muted);
  font-size: 14px;
  line-height: 1.55;
}

.ohvo-mobile-voicemail {
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid #dce2d5;
  border-radius: 15px;
  background: #fff;
}

.ohvo-mobile-voicemail[hidden],
.ohvo-mobile-voicemail__details[hidden] {
  display: none !important;
}

.ohvo-mobile-voicemail__choice {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  cursor: pointer;
}

.ohvo-mobile-voicemail__choice input {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  accent-color: var(--ohvo-green);
}

.ohvo-mobile-voicemail__choice strong,
.ohvo-mobile-voicemail__choice small {
  display: block;
}

.ohvo-mobile-voicemail__choice strong {
  color: var(--ohvo-ink);
  font-size: 15px;
  line-height: 1.35;
}

.ohvo-mobile-voicemail__choice small {
  margin-top: 4px;
  color: #696f66;
  font-size: 13px;
  line-height: 1.5;
}

.ohvo-mobile-voicemail__details {
  margin-top: 16px;
  padding: 16px 0 0 35px;
  border-top: 1px solid #e4e8df;
}

.ohvo-mobile-voicemail__details .ohvo-field-label {
  margin: 0 0 8px;
}

.ohvo-mobile-voicemail__details input[type="text"],
.ohvo-mobile-voicemail__details input[type="tel"] {
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 13px 15px;
  border: 1px solid #cfd5c9;
  border-radius: 12px;
  background: #fff;
  color: var(--ohvo-ink);
  font-size: 16px;
  line-height: 1.4;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.ohvo-mobile-voicemail__details input[type="text"]:focus,
.ohvo-mobile-voicemail__details input[type="tel"]:focus {
  outline: 0;
  border-color: var(--ohvo-green);
  box-shadow: 0 0 0 3px rgba(142, 173, 45, .13);
}

.ohvo-mobile-voicemail__details input[type="text"][aria-invalid="true"],
.ohvo-mobile-voicemail__details input[type="tel"][aria-invalid="true"] {
  border-color: #a53a31;
}

.ohvo-mobile-voicemail__details .ohvo-field-label:not(:first-child) {
  margin-top: 18px;
}

.ohvo-mobile-voicemail__details > p:not(.ohvo-field-error) {
  margin: 8px 0 0;
  padding: 0;
  color: #777c74;
  font-size: 12px;
  line-height: 1.5;
}

.ohvo-scope-note {
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 14px;
  background: var(--ohvo-soft);
  color: #555a52;
  font-size: 14px;
  line-height: 1.6;
}

.ohvo-scope-note strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ohvo-ink);
}

.ohvo-scope-note > span:not(.ohvo-scope-note__links) {
  display: block;
}

.ohvo-scope-note__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 8px;
}

.ohvo-scope-note a,
.ohvo-order-summary__link {
  color: var(--ohvo-green-dark);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.ohvo-order-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 34px;
}

.ohvo-order-actions--end {
  justify-content: flex-end;
}

.ohvo-primary-button,
.ohvo-text-button {
  min-height: 50px;
  border: 0;
  cursor: pointer;
  font-weight: 800;
}

.ohvo-primary-button {
  padding: 14px 24px;
  border-radius: 999px;
  background: var(--ohvo-green);
  color: var(--ohvo-ink);
  box-shadow: 0 8px 20px rgba(112, 139, 28, .18);
  transition: background .18s ease, transform .18s ease;
}

.ohvo-primary-button:hover,
.ohvo-primary-button:focus-visible {
  background: var(--ohvo-green-dark);
  color: #fff;
  transform: translateY(-1px);
}

.ohvo-primary-button:disabled,
.ohvo-primary-button:disabled:hover,
.ohvo-primary-button:disabled:focus-visible {
  background: #e8ebe4;
  color: #747970;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.ohvo-text-button {
  padding: 12px 4px;
  background: transparent;
  color: #555a52;
}

.ohvo-text-button:hover,
.ohvo-text-button:focus-visible {
  color: var(--ohvo-ink);
}

.ohvo-field-label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 10px;
  color: var(--ohvo-ink);
  font-size: 15px;
  font-weight: 800;
}

.ohvo-field-label:not(:first-of-type) {
  margin-top: 26px;
}

.ohvo-field-label span {
  color: #858a82;
  font-size: 12px;
  font-weight: 600;
}

.ohvo-order-prototype textarea {
  display: block;
  width: 100%;
  min-height: 0;
  padding: 18px 20px;
  border: 1px solid #cfd5c9;
  border-radius: 14px;
  background: #fff;
  color: var(--ohvo-ink);
  font-size: 16px;
  line-height: 1.55;
  resize: vertical;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.ohvo-order-prototype textarea:focus {
  outline: 0;
  border-color: var(--ohvo-green);
  box-shadow: 0 0 0 3px rgba(142, 173, 45, .13);
}

.ohvo-order-prototype textarea::placeholder {
  color: #9a9e97;
}

.ohvo-word-status {
  margin-top: 8px;
  color: #777c74;
  font-size: 13px;
  text-align: right;
}

.ohvo-word-status.is-near-limit {
  color: #8a5b12;
  font-weight: 700;
}

.ohvo-word-status.is-over-limit {
  color: #a53a31;
}

.ohvo-pronunciation-audio {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e3e7de;
}

.ohvo-pronunciation-audio [hidden] {
  display: none !important;
}

.ohvo-pronunciation-audio__intro {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.ohvo-pronunciation-audio__intro strong {
  color: var(--ohvo-ink);
  font-size: 15px;
  font-weight: 800;
}

.ohvo-pronunciation-audio__intro span {
  color: #72776f;
  font-size: 13px;
  line-height: 1.45;
  text-align: right;
}

.ohvo-pronunciation-audio__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.ohvo-pronunciation-audio__actions .ohvo-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 16px;
  font-size: 13px;
  line-height: 1;
}

.ohvo-pronunciation-audio__record::before,
.ohvo-pronunciation-audio__stop::before {
  content: '';
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--ohvo-green);
}

.ohvo-pronunciation-audio__stop::before {
  border-radius: 2px;
  background: #a53a31;
}

.ohvo-pronunciation-audio__upload {
  cursor: pointer;
}

.ohvo-pronunciation-audio__upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.ohvo-pronunciation-audio__upload:focus-within {
  border-color: var(--ohvo-green-dark);
  box-shadow: 0 0 0 3px rgba(142, 173, 45, .16);
}

.ohvo-pronunciation-audio__upload:has(input:disabled) {
  opacity: .45;
  cursor: not-allowed;
}

.ohvo-pronunciation-audio__hint,
.ohvo-pronunciation-audio__status {
  margin: 9px 0 0;
  padding: 0;
  color: #7b8078;
  font-size: 12px;
  line-height: 1.45;
}

.ohvo-pronunciation-audio__status {
  color: var(--ohvo-green-dark);
  font-weight: 700;
}

.ohvo-pronunciation-audio.is-recording .ohvo-pronunciation-audio__status {
  color: #8f302a;
}

.ohvo-pronunciation-audio__preview {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f4f7ef;
}

.ohvo-pronunciation-audio__preview audio {
  width: 100%;
  min-width: 0;
  height: 36px;
}

.ohvo-pronunciation-audio__preview > div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.ohvo-pronunciation-audio__preview strong {
  max-width: 170px;
  overflow: hidden;
  color: #4e544a;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ohvo-pronunciation-audio__preview .ohvo-text-button {
  min-height: 36px;
  padding: 4px;
  color: var(--ohvo-green-dark);
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ohvo-pronunciation-audio.has-error {
  border-top-color: #e9c5c1;
}

.ohvo-field-error {
  margin-top: 10px;
  color: #a53a31;
  font-size: 14px;
  font-weight: 700;
}

.ohvo-voice-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ohvo-voice-card {
  display: block;
  min-width: 0;
  padding: 20px;
  border: 1px solid #d9ded4;
  border-radius: 16px;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.ohvo-voice-card__selector {
  display: block;
  cursor: pointer;
}

.ohvo-voice-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ohvo-voice-check {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: #e5eadc;
  color: transparent;
  font-size: 12px;
  font-weight: 900;
}

.ohvo-voice-card.is-selected .ohvo-voice-check {
  background: var(--ohvo-green);
  color: var(--ohvo-ink);
}

.ohvo-voice-card__sample {
  display: block;
  min-height: 22px;
  margin-top: 8px;
  color: #777c74;
  font-size: 13px;
  line-height: 1.5;
}

.ohvo-voice-card audio {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.ohvo-audio-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  margin-top: 12px;
  padding: 8px 14px;
  border: 1px solid #cdd4c4;
  border-radius: 999px;
  background: #fff;
  color: var(--ohvo-ink);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.ohvo-audio-button:hover,
.ohvo-audio-button:focus-visible,
.ohvo-audio-button[aria-pressed='true'] {
  border-color: var(--ohvo-green-dark);
  background: var(--ohvo-pale);
  outline: 0;
}

.ohvo-audio-button:focus-visible {
  box-shadow: 0 0 0 3px rgba(142, 173, 45, .2);
}

.ohvo-voice-card--recommend {
  grid-column: 1 / -1;
  min-height: 96px;
  background: var(--ohvo-soft);
}

.ohvo-voice-selection {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 20px;
  border: 1px solid #d9ded4;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(41, 52, 25, .045);
}

.ohvo-voice-selection__avatar {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #d7dfc9;
  border-radius: 50%;
  background: var(--ohvo-pale);
  color: var(--ohvo-green-dark);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -.02em;
}

.ohvo-voice-selection__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ohvo-voice-selection__copy {
  min-width: 0;
}

.ohvo-voice-selection__copy span,
.ohvo-voice-selection__copy small {
  display: block;
}

.ohvo-voice-selection__copy span {
  margin-bottom: 4px;
  color: #7b8077;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.ohvo-voice-selection__copy strong {
  display: block;
  overflow: hidden;
  color: var(--ohvo-ink);
  font-size: 20px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ohvo-voice-selection__copy small {
  margin-top: 5px;
  color: var(--ohvo-muted);
  font-size: 13px;
  line-height: 1.45;
}

.ohvo-secondary-button {
  min-height: 44px;
  padding: 11px 17px;
  border: 1px solid #c8d1bb;
  border-radius: 999px;
  background: #fff;
  color: var(--ohvo-ink);
  font-weight: 800;
  cursor: pointer;
}

.ohvo-secondary-button:hover,
.ohvo-secondary-button:focus-visible {
  border-color: var(--ohvo-green-dark);
  background: var(--ohvo-pale);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(142, 173, 45, .16);
}

.ohvo-voice-help {
  margin: 14px 4px 0;
  color: var(--ohvo-muted);
  font-size: 13px;
}

.ohvo-voice-help button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ohvo-green-dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  cursor: pointer;
}

.ohvo-voice-help button:hover,
.ohvo-voice-help button:focus-visible {
  color: var(--ohvo-ink);
}

.ohvo-voice-error {
  margin-top: 14px;
}

.ohvo-review-list {
  margin: 34px 0 0;
}

.ohvo-review-list > div {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid #e5e9e0;
}

.ohvo-review-list dt {
  color: #777c74;
  font-size: 14px;
}

.ohvo-review-list dd {
  margin: 0;
  color: var(--ohvo-ink);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.ohvo-script-preview {
  margin-top: 24px;
  padding: 20px;
  border-radius: 14px;
  background: var(--ohvo-soft);
}

.ohvo-script-preview span {
  display: block;
  margin-bottom: 8px;
  color: #777c74;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ohvo-script-preview p {
  margin: 0;
  padding: 0;
  color: #41453f;
  font-size: 14px;
  line-height: 1.6;
}

.ohvo-review-total {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  padding: 22px 0;
  border-top: 2px solid var(--ohvo-ink);
}

.ohvo-review-total > span {
  color: #555a52;
  font-weight: 700;
}

.ohvo-review-total strong {
  color: var(--ohvo-ink);
  font-size: 28px;
  line-height: 1;
}

.ohvo-canary-breakdown {
  display: block;
  margin-top: 8px;
  color: #6a5b2b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em;
}

.ohvo-review-total small {
  display: block;
  margin-top: 7px;
  color: #747970;
  font-size: 11px;
  font-weight: 700;
  text-align: right;
}

.ohvo-quote-next {
  margin-top: 24px;
  padding: 20px 22px;
  border: 1px solid #dce3d4;
  border-radius: 15px;
  background: var(--ohvo-soft);
}

.ohvo-quote-next[hidden] {
  display: none !important;
}

.ohvo-review-total[hidden],
.ohvo-order-summary__price[hidden],
[data-hero-price][hidden],
[data-review-mobile-voicemail][hidden] {
  display: none !important;
}

.ohvo-quote-next > span {
  display: block;
  margin-bottom: 6px;
  color: #68705f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ohvo-quote-next strong {
  display: block;
  color: var(--ohvo-ink);
  font-size: 20px;
  line-height: 1.25;
}

.ohvo-quote-next p {
  margin: 7px 0 0;
  padding: 0;
  color: #555c51;
  font-size: 14px;
  line-height: 1.55;
}

.ohvo-confirmation {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #454943;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
}

.ohvo-confirmation input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--ohvo-green);
}

.ohvo-secure-note {
  margin: 14px 0 0;
  padding: 0;
  color: #777c74;
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}

.ohvo-order-summary {
  position: sticky;
  top: 112px;
  padding: 34px 32px;
  background: var(--ohvo-pale);
  box-shadow: none;
}

.ohvo-order-summary h2 {
  font-size: 30px;
}

.ohvo-order-summary__price {
  margin-top: 22px;
}

.ohvo-order-summary__price strong {
  display: block;
  color: var(--ohvo-ink);
  font-size: 42px;
  line-height: 1;
  letter-spacing: -.03em;
}

.ohvo-order-summary__price > span {
  display: block;
  margin-top: 7px;
  color: #6e7567;
  font-size: 12px;
  font-weight: 700;
}

.ohvo-order-summary__price > span span {
  display: inline;
}

.ohvo-order-summary ul {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.ohvo-order-summary li {
  position: relative;
  margin: 0;
  padding: 7px 0 7px 26px;
  color: #464c41;
  font-size: 14px;
  line-height: 1.45;
}

.ohvo-order-summary li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 7px;
  color: var(--ohvo-green-dark);
  font-weight: 900;
}

.ohvo-order-summary__divider {
  height: 1px;
  margin: 26px 0;
  background: #d6dfc4;
}

.ohvo-order-summary p {
  margin: 0 0 20px;
  padding: 0;
  color: #5a6053;
  font-size: 14px;
  line-height: 1.6;
}

.ohvo-order-summary p strong {
  color: var(--ohvo-ink);
}

.ohvo-order-summary__link {
  display: inline;
  font-size: 13px;
  line-height: 1.55;
}

.ohvo-checkout-dialog {
  width: min(520px, calc(100% - 32px));
  padding: 42px;
  border: 0;
  border-radius: 24px;
  background: #fff;
  color: var(--ohvo-ink);
  box-shadow: 0 26px 90px rgba(0, 0, 0, .22);
  text-align: center;
}

.ohvo-checkout-dialog::backdrop {
  background: rgba(16, 18, 13, .62);
  backdrop-filter: blur(3px);
}

.ohvo-checkout-dialog__icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--ohvo-green);
  color: var(--ohvo-ink);
  font-size: 26px;
  font-weight: 900;
}

.ohvo-checkout-dialog .ohvo-order-kicker {
  margin-bottom: 12px;
}

.ohvo-checkout-dialog h2 {
  font-size: 34px;
}

.ohvo-checkout-dialog p:not(.ohvo-order-kicker) {
  margin: 18px 0 28px;
  padding: 0;
  color: var(--ohvo-muted);
  font-size: 15px;
  line-height: 1.65;
}

html:has(.ohvo-voice-library-dialog[open]),
body:has(.ohvo-voice-library-dialog[open]) {
  overflow: hidden;
}

.ohvo-voice-library-dialog {
  width: min(780px, 100vw);
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0 0 0 auto;
  padding: 0;
  border: 0;
  border-left: 1px solid #e1e6da;
  border-radius: 0;
  background: #fff;
  color: var(--ohvo-ink);
  box-shadow: -24px 0 80px rgba(16, 18, 13, .18);
}

.ohvo-voice-library-dialog::backdrop {
  background: rgba(16, 18, 13, .48);
  backdrop-filter: blur(5px);
}

.ohvo-voice-library-dialog__shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr) auto;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.ohvo-voice-library-dialog__header {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  padding: 30px 34px 24px;
  border-bottom: 1px solid #e6eadf;
  background: rgba(255, 255, 255, .97);
}

.ohvo-voice-library-dialog__header .ohvo-order-kicker {
  margin-bottom: 8px;
}

.ohvo-voice-library-dialog__header h2 {
  margin: 0;
  color: var(--ohvo-ink);
  font-family: 'SFProDisplay-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -.025em;
}

.ohvo-voice-library-dialog__header p:last-child {
  max-width: 560px;
  margin: 9px 0 0;
  color: var(--ohvo-muted);
  font-size: 14px;
  line-height: 1.55;
}

.ohvo-voice-library-dialog__close {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  padding: 0 0 2px;
  border: 1px solid #dce2d4;
  border-radius: 50%;
  background: #fff;
  color: #62675e;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}

.ohvo-voice-library-dialog__close:hover,
.ohvo-voice-library-dialog__close:focus-visible {
  border-color: var(--ohvo-green-dark);
  background: var(--ohvo-pale);
  color: var(--ohvo-ink);
  outline: 0;
}

.ohvo-voice-library-dialog__body {
  min-height: 0;
  padding: 24px 28px 34px;
  overflow: auto;
  overscroll-behavior: contain;
  background: #fafbf8;
}

.ohvo-voice-library-dialog__body #wp-voices > div > div {
  max-width: none !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.ohvo-voice-library-dialog__body #wp-voices .ohvo-filter-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.ohvo-voice-library-dialog__body #wp-voices .ohvo-filter-item--hidden-accent {
  display: none !important;
}

.ohvo-voice-library-dialog__body #wp-voices .ohvo-filter-grid--local > .ohvo-filter-item:last-child {
  grid-column: 1 / -1;
}

.ohvo-voice-library-dialog__body #wp-voices .grid.grid-cols-1 {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 12px !important;
}

.ohvo-voice-library-dialog__body #wp-voices .grid.grid-cols-1 > div > .rounded-3xl {
  display: grid !important;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  grid-template-rows: auto auto auto;
  align-items: center;
  gap: 2px 16px;
  min-height: 102px;
  padding: 14px 16px !important;
  border: 1px solid #e1e6da !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 8px 24px rgba(41, 52, 25, .045) !important;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.ohvo-voice-library-dialog__body #wp-voices .grid.grid-cols-1 > div > .rounded-3xl:hover {
  border-color: #c8d4ad !important;
  background: #fcfdf9 !important;
}

.ohvo-voice-library-dialog__body #wp-voices .grid.grid-cols-1 > div > .rounded-3xl.is-picker-selected {
  border-color: var(--ohvo-green) !important;
  background: #fbfdf6 !important;
  box-shadow: 0 0 0 3px rgba(142, 173, 45, .11) !important;
}

.ohvo-voice-library-dialog__body #wp-voices .grid.grid-cols-1 > div > .rounded-3xl > .mt-4,
.ohvo-voice-library-dialog__body #wp-voices .grid.grid-cols-1 > div > .rounded-3xl > audio {
  cursor: default;
}

.ohvo-voice-library-dialog__body #wp-voices .grid.grid-cols-1 > div > .rounded-3xl > a[href='#'] {
  display: none !important;
}

.ohvo-voice-library-dialog__body #wp-voices .grid.grid-cols-1 > div > .rounded-3xl > .rounded-full {
  display: grid !important;
  grid-column: 1;
  grid-row: 1 / 4;
  place-items: center;
  width: 64px !important;
  height: 64px !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 2px !important;
}

.ohvo-voice-library-dialog__body #wp-voices .grid.grid-cols-1 > div > .rounded-3xl > .rounded-full > * {
  grid-area: 1 / 1;
}

.ohvo-voice-library-dialog__body #wp-voices .grid.grid-cols-1 > div > .rounded-3xl > .rounded-full img {
  object-fit: cover;
}

.ohvo-picker-initials {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  border-radius: 50%;
  background: var(--ohvo-pale);
  color: var(--ohvo-green-dark);
  font-size: 14px;
  font-weight: 800;
  position: relative;
  z-index: 2;
}

.ohvo-voice-library-dialog__body #wp-voices .grid.grid-cols-1 > div > .rounded-3xl > .flex.items-center.gap-2:not(.mt-4) {
  grid-column: 2;
  grid-row: 1;
}

.ohvo-voice-library-dialog__body #wp-voices .grid.grid-cols-1 > div > .rounded-3xl > .text-sm.text-lime-600 {
  display: none !important;
  grid-column: 2;
  grid-row: 2;
  margin: 0 !important;
  color: #6f756b !important;
}

.ohvo-voice-library-dialog__body #wp-voices .grid.grid-cols-1 > div > .rounded-3xl > .mt-4 {
  grid-column: 2;
  grid-row: 2 / 4;
  margin-top: 7px !important;
}

.ohvo-voice-library-dialog__body #wp-voices .ohvo-play-button {
  display: grid !important;
  flex: 0 0 44px;
  width: 44px !important;
  height: 44px !important;
  margin: -12px 0 -12px -12px;
  padding: 12px !important;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #79c900;
  cursor: pointer;
}

.ohvo-voice-library-dialog__body #wp-voices .ohvo-play-button:hover {
  background: var(--ohvo-pale);
}

.ohvo-voice-library-dialog__body #wp-voices .ohvo-play-button:focus-visible {
  outline: 3px solid rgba(142, 173, 45, .28) !important;
  outline-offset: 2px;
}

.ohvo-library-choose {
  grid-column: 3;
  grid-row: 1 / 4;
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid #c8d1bb;
  border-radius: 999px;
  background: #fff;
  color: var(--ohvo-ink);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
}

.ohvo-library-choose:hover,
.ohvo-library-choose:focus-visible,
.is-picker-selected .ohvo-library-choose {
  border-color: var(--ohvo-green-dark);
  background: var(--ohvo-pale);
  outline: 0;
}

.is-picker-selected .ohvo-library-choose::before {
  content: '✓ ';
}

.ohvo-voice-library-dialog__body #wp-voices button:not(.ohvo-play-button):focus-visible,
.ohvo-voice-library-dialog__body #wp-voices input:focus-visible {
  outline: 3px solid rgba(142, 173, 45, .22) !important;
  outline-offset: 2px;
}

.ohvo-voice-library-dialog__footer {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 30px;
  border-top: 1px solid #e1e6da;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 -12px 34px rgba(41, 52, 25, .06);
}

.ohvo-voice-library-dialog__footer p {
  min-width: 0;
  margin: 0;
  color: var(--ohvo-muted);
  font-size: 13px;
}

.ohvo-voice-library-dialog__footer strong {
  display: block;
  overflow: hidden;
  margin-top: 2px;
  color: var(--ohvo-ink);
  font-size: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ohvo-voice-library-dialog__footer .ohvo-primary-button:disabled {
  border-color: #dce1d7;
  background: #e8ebe4;
  color: #747970;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

@media (max-width: 640px) {
  .ohvo-voice-library-dialog {
    width: 100vw;
    border-left: 0;
  }

  .ohvo-voice-library-dialog__header {
    gap: 14px;
    padding: 22px 20px 18px;
  }

  .ohvo-voice-library-dialog__header h2 {
    font-size: 30px;
  }

  .ohvo-voice-library-dialog__header p:last-child {
    margin-top: 7px;
    font-size: 13px;
  }

  .ohvo-voice-library-dialog__close {
    width: 40px;
    height: 40px;
  }

  .ohvo-voice-library-dialog__body {
    padding: 18px 14px 26px;
  }

  .ohvo-voice-library-dialog__body #wp-voices .ohvo-filter-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .ohvo-voice-library-dialog__body #wp-voices .ohvo-filter-grid--local > .ohvo-filter-item:last-child {
    grid-column: auto;
  }

  .ohvo-voice-library-dialog__body #wp-voices .grid.grid-cols-1 > div > .rounded-3xl {
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 2px 11px;
    min-height: 96px;
    padding: 12px !important;
  }

  .ohvo-voice-library-dialog__body #wp-voices .grid.grid-cols-1 > div > .rounded-3xl > .rounded-full {
    width: 52px !important;
    height: 52px !important;
  }

  .ohvo-library-choose {
    min-height: 38px;
    padding: 8px 12px;
  }

  .ohvo-voice-library-dialog__footer {
    gap: 12px;
    padding: 14px 16px;
  }

  .ohvo-voice-library-dialog__footer .ohvo-primary-button {
    min-height: 46px;
    padding: 12px 17px;
  }

  .ohvo-voice-selection {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
  }

  .ohvo-voice-selection__avatar {
    width: 52px;
    height: 52px;
  }

  .ohvo-voice-selection__copy strong {
    white-space: normal;
  }

  .ohvo-voice-selection .ohvo-secondary-button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .ohvo-mobile-voicemail {
    padding: 16px;
  }

  .ohvo-mobile-voicemail__details {
    padding-left: 0;
  }
}

@media (max-width: 980px) {
  .ohvo-order-hero {
    padding-top: 58px;
  }

  .ohvo-order-layout {
    grid-template-columns: 1fr;
  }

  .ohvo-order-summary {
    position: static;
    grid-row: 1;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: start;
    gap: 8px 24px;
    padding: 28px;
  }

  .ohvo-order-summary__eyebrow,
  .ohvo-order-summary h2,
  .ohvo-order-summary ul,
  .ohvo-order-summary__divider,
  .ohvo-order-summary p,
  .ohvo-order-summary__link {
    grid-column: 1;
  }

  .ohvo-order-summary__price {
    grid-column: 2;
    grid-row: 1 / span 3;
    margin-top: 0;
    text-align: right;
  }

  .ohvo-order-summary ul {
    display: none;
  }

  .ohvo-order-summary__divider,
  .ohvo-order-summary p,
  .ohvo-order-summary__link {
    display: none;
  }
}

@media (max-height: 900px) and (min-width: 768px) {
  .ohvo-order-hero {
    padding: 38px 0 28px;
  }

  .ohvo-order-hero h1 {
    margin-bottom: 14px;
    font-size: clamp(40px, 4.4vw, 54px);
  }

  .ohvo-order-intro {
    line-height: 1.5;
  }

  .ohvo-order-trust {
    margin-top: 18px;
  }

  .ohvo-order-workspace {
    padding-top: 22px;
  }

  .ohvo-prototype-note {
    margin-bottom: 16px;
  }

  .ohvo-step-nav {
    margin-bottom: 18px;
  }

  .ohvo-order-card {
    padding-top: 38px;
  }

  .ohvo-order-step__intro {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .ohvo-order-shell {
    width: min(100% - 32px, 680px);
  }

  .ohvo-order-hero {
    padding: 24px 0 20px;
  }

  .ohvo-order-hero h1 {
    max-width: 340px;
    margin-bottom: 13px;
    font-size: 35px;
    line-height: 1.05;
  }

  .ohvo-order-intro {
    font-size: 15px;
    line-height: 1.5;
  }

  .ohvo-order-trust {
    display: flex;
    gap: 12px;
    margin-top: 13px;
    font-size: 13px;
  }

  .ohvo-order-trust span {
    justify-content: center;
    min-height: auto;
    padding: 0;
    border-right: 0;
  }

  .ohvo-order-trust span:last-child {
    display: inline-flex;
    flex-basis: 100%;
  }

  .ohvo-order-workspace {
    padding: 18px 0 70px;
  }

  .ohvo-prototype-note {
    display: block;
    margin-bottom: 12px;
    text-align: center;
    line-height: 1.5;
  }

  .ohvo-prototype-note span {
    display: block;
  }

  .ohvo-step-nav {
    margin-bottom: 14px;
    scroll-margin-top: 16px;
  }

  .ohvo-step-nav__item {
    display: grid;
    justify-items: center;
    gap: 5px;
    min-height: 58px;
    padding: 5px 2px;
    font-size: 11px;
  }

  .ohvo-step-nav__item span {
    width: 23px;
    height: 23px;
  }

  .ohvo-order-layout {
    gap: 18px;
  }

  .ohvo-order-summary {
    display: none;
  }

  .ohvo-order-summary__eyebrow {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .ohvo-order-summary h2 {
    font-size: 22px;
  }

  .ohvo-order-summary__price strong {
    font-size: 30px;
  }

  .ohvo-order-card {
    min-height: 0;
    padding: 24px 20px 26px;
    border-radius: 18px;
  }

  .ohvo-order-step h2 {
    font-size: 31px;
  }

  .ohvo-order-step__intro {
    margin: 8px 0 18px;
    font-size: 15px;
    line-height: 1.6;
  }

  .ohvo-choice-grid,
  .ohvo-voice-grid {
    grid-template-columns: 1fr;
  }

  .ohvo-choice-card {
    min-height: 0;
    padding: 20px;
  }

  .ohvo-voice-card--recommend {
    grid-column: auto;
  }

  .ohvo-order-actions {
    align-items: stretch;
    margin-top: 28px;
  }

  .ohvo-order-actions .ohvo-primary-button {
    flex: 1;
  }

  .ohvo-pronunciation-audio__intro {
    display: block;
  }

  .ohvo-pronunciation-audio__intro span {
    display: block;
    margin-top: 4px;
    text-align: left;
  }

  .ohvo-pronunciation-audio__actions .ohvo-secondary-button {
    flex: 1 1 calc(50% - 5px);
  }

  .ohvo-pronunciation-audio__preview {
    grid-template-columns: 1fr;
  }

  .ohvo-pronunciation-audio__preview > div {
    justify-content: space-between;
  }

  .ohvo-pronunciation-audio__preview strong {
    max-width: 210px;
  }

  .ohvo-review-list > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .ohvo-review-total {
    align-items: flex-start;
  }

  .ohvo-checkout-dialog {
    padding: 34px 24px;
  }

  .ohvo-checkout-dialog h2 {
    font-size: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ohvo-order-prototype *,
  .ohvo-order-prototype *::before,
  .ohvo-order-prototype *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
