#ai-receptionist-modal-v2 {
  z-index: 1060;
  padding-right: 0 !important;
}

/* fallback */
@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 100 700;
  src: url(https://fonts.gstatic.com/s/materialsymbolsrounded/v328/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjzaqkNCeE.woff2) format('woff2');
}

body.modal-open.ai-receptionist-v2-open {
  padding-right: 0 !important;
}

#ai-receptionist-modal-v2 .modal-dialog.ai-receptionist-v2-dialog {
  width: 100vw;
  max-width: none;
  margin: 0;
  height: 100vh;
}

.ai-receptionist-v2-modal-content {
  border-radius: 0 !important;
  border: 0;
  background: var(--ai-rv2-container-bg);
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
  box-shadow: none;
}

.ai-receptionist-v2-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--ai-rv2-container-bg);
  font-family: 'Avenir', 'AvenirWeb', 'Nunito Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.ai-receptionist-v2-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  border: 0;
  background: var(--sd-neutral-100);
  color: var(--ai-rv2-muted-fg);
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ai-receptionist-v2-close:hover {
  color: var(--sd-neutral-900);
}

.ai-receptionist-v2-header {
  padding: 20px 32px 16px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  line-height: 1.5;
}

.ai-receptionist-v2-title {
  margin: 0;
  color: var(--sd-neutral-800);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.ai-receptionist-v2-subtitle {
  color: var(--ai-rv2-subtext);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  margin: 0px;
}

.ai-receptionist-v2-content {
  flex: 1;
  overflow-y: auto;
  padding: 20px 24px 44px;
}

.ai-receptionist-v2-step { display: none; }
.ai-receptionist-v2-step.is-active { display: block; }

.ai-receptionist-v2-search-shell {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border: 1px solid var(--sd-neutral-320);
  border-radius: 14px;
  background: var(--sd-neutral-100);
  padding: 20px 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ai-receptionist-v2-search-title {
  color: var(--sd-neutral-900);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
}

.ai-receptionist-v2-search-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.ai-receptionist-v2-search-input-shell {
  flex: 1;
  position: relative;
}

.ai-receptionist-v2-search-icon {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: var(--ai-rv2-muted-fg);
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  pointer-events: none;
}

.ai-receptionist-v2-search-input {
  width: 100%;
  height: 44px;
  padding: 0 40px 0 44px;
  background: var(--ai-rv2-input-bg);
  border: 1px solid var(--sd-neutral-320);
  border-radius: 10px;
  outline: none;
  box-sizing: border-box;
  box-shadow: 0 0 0 2px transparent;
  color: var(--sd-neutral-900);
  font-size: 16px;
  font-weight: 400;
  font-family: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.ai-receptionist-v2-search-input:focus {
  border: 1px solid var(--sd-dark-green);
  box-shadow: 0 0 0 2px var(--ai-rv2-focus-ring)
}

.ai-receptionist-v2-search-input::placeholder {
  color: var(--ai-rv2-muted-fg);
}

.ai-receptionist-v2-clear-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-receptionist-v2-clear-icon {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: var(--ai-rv2-muted-fg);
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  user-select: none;
  -webkit-user-select: none;
}

.ai-receptionist-v2-btn {
  height: 44px;
  padding: 0 24px;
  border: none;
  border-radius: 10px;
  background: var(--sd-neutral-250);
  color: var(--ai-rv2-muted-fg);
  font-size: 16px;
  font-weight: 500;
  transition: background 0.15s;
  font-family: inherit;
}

.ai-receptionist-v2-btn:disabled {
  background: var(--sd-neutral-250);
  cursor: not-allowed;
}

.ai-receptionist-v2-btn.is-enabled {
  background: var(--sd-dark-green);
  color: #FFFFFF;
  cursor: pointer;
}

.ai-receptionist-v2-btn.is-enabled:hover,
.ai-receptionist-v2-btn-next.is-enabled:hover,
.ai-rv2-voice-save:hover {
  background: var(--sd-darker-green);
}

.ai-receptionist-v2-search-btn {
  flex-shrink: 0;
}

.ai-receptionist-v2-results {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  gap: 8px;
}

.ai-receptionist-v2-results-header {
  color: var(--sd-neutral-700);
  font-size: 15px;
  font-weight: 500;
  padding-top: 8px;
}

.ai-receptionist-v2-results-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 340px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.ai-receptionist-v2-results-list::-webkit-scrollbar {
  display: none;
}

.ai-receptionist-v2-none-slot {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.ai-receptionist-v2-result-item {
  border: 1.5px solid var(--sd-neutral-320);
  border-radius: 12px;
  background: var(--sd-neutral-100);
  padding: 14px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: border-color 0.15s, background 0.15s;
}

.ai-receptionist-v2-result-item:hover {
  border-color: var(--sd-neutral-320);
  background: var(--sd-neutral-200);
}

.ai-receptionist-v2-result-item.is-selected {
  border-color: var(--sd-dark-green);
  background: var(--ai-rv2-primary-soft);
}

.ai-receptionist-v2-result-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

.ai-receptionist-v2-result-storefront-wrap {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--sd-neutral-250);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ai-receptionist-v2-result-storefront {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  color: var(--ai-rv2-muted-fg);
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.ai-receptionist-v2-result-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.ai-receptionist-v2-result-name {
  color: var(--sd-neutral-800);
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ai-receptionist-v2-result-meta {
  color: var(--ai-rv2-muted-fg);
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ai-receptionist-v2-result-right {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  gap: 12px;
  flex-shrink: 0;
  height: 44px;
}

.ai-receptionist-v2-result-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: var(--ai-rv2-muted-fg);
  font-size: 15px;
  font-weight: 500;
  padding-top: 3px;
}

.ai-receptionist-v2-star-icon {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: var(--sd-attention-orange);
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 0, "opsz" 24;
}

.ai-receptionist-v2-radio-icon {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  color: var(--sd-neutral-400);
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  padding-top: 6px;
}

.ai-receptionist-v2-result-item.is-selected .ai-receptionist-v2-radio-icon {
  color: var(--sd-dark-green);
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.ai-receptionist-v2-none-wrap {
  display: flex;
  justify-content: center;
  padding: 28px 0 0;
}

.ai-receptionist-v2-none-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
  color: var(--ai-rv2-muted-fg);
  transition: color 0.15s;
}

.ai-receptionist-v2-none-btn:hover {
  color: var(--sd-dark-green);
}

.ai-receptionist-v2-none-btn.is-selected {
  color: var(--sd-dark-green);
}

.ai-receptionist-v2-none-icon {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  user-select: none;
  -webkit-user-select: none;
}

.ai-receptionist-v2-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  text-align: center;
  gap: 16px;
}

.ai-receptionist-v2-empty-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-receptionist-v2-empty-text {
  color: var(--ai-rv2-muted-fg);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.ai-receptionist-v2-manual-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: var(--sd-neutral-100);
  border: 1px solid var(--sd-neutral-320);
  border-radius: 8px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
  color: var(--ai-rv2-muted-fg);
  margin-top: 4px;
  transition: border-color 0.15s, background 0.15s;
}

.ai-receptionist-v2-manual-btn:hover {
  background: var(--sd-neutral-200);
  border: 1px solid var(--sd-neutral-320);
  border-radius: 8px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
  color: var(--ai-rv2-muted-fg);
  transition: border-color 0.15s, background 0.15s;
  margin-top: 4px;
}

.ai-receptionist-v2-manual-icon {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: var(--ai-rv2-muted-fg);
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  user-select: none;
  -webkit-user-select: none;
}

.ai-receptionist-v2-manual-btn.is-selected {
  border-color: var(--sd-dark-green);
  color: var(--sd-dark-green);
  background: var(--ai-rv2-primary-soft);
}

.ai-receptionist-v2-step-2-wrap {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  animation: ai-rv2-fadeIn 0.3s ease;
}

.ai-receptionist-v2-step-2-empty {
  min-height: 280px;
  border-radius: 14px;
  border: 1px dashed var(--sd-neutral-320);
  background: var(--sd-neutral-100);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-receptionist-v2-step-2-card {
  background: var(--sd-neutral-100);
  border: 1px solid var(--sd-neutral-320);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.ai-receptionist-v2-step-2-header {
  padding: 24px 28px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.ai-receptionist-v2-step-2-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--ai-rv2-primary-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--sd-dark-green);
}

.ai-receptionist-v2-step-2-icon .material-symbols-rounded {
  font-size: 24px;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.ai-receptionist-v2-step-2-headline {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.ai-receptionist-v2-step-2-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex-wrap: wrap;
}

.ai-receptionist-v2-step-2-name {
  font-size: 20px;
  font-weight: 800;
  color: var(--sd-neutral-900);
  letter-spacing: -0.02em;
  line-height: 1.4;
  min-width: 0;
}

.ai-receptionist-v2-step-2-rating {
  display: flex;
  align-items: center;
  gap: 3px;
  flex-shrink: 0;
  color: var(--ai-rv2-muted-fg);
  font-size: 14px;
  font-weight: 550;
}

.ai-receptionist-v2-step-2-star {
  font-family: 'Material Symbols Rounded';
  font-size: 16px;
  color: var(--sd-attention-orange);
  line-height: 1;
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 0, "opsz" 24;
}

.ai-receptionist-v2-step-2-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  color: var(--ai-rv2-muted-fg);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.ai-receptionist-v2-step-2-sep {
  color: var(--sd-neutral-400);
}

.ai-receptionist-v2-step-2-body {
  border-top: 1px solid var(--sd-neutral-320);
  display: flex;
  flex-direction: column;
  padding: 0 28px;
}

.ai-receptionist-v2-step-2-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--sd-neutral-320);
  transition: background 0.1s;
}

.ai-receptionist-v2-step-2-item:hover {
  background: var(--sd-neutral-200);
}

.ai-receptionist-v2-step-2-item-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--ai-rv2-container-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--ai-rv2-muted-fg);
}

.ai-receptionist-v2-step-2-item-icon .material-symbols-rounded {
  font-size: 20px;
  line-height: 1;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.ai-receptionist-v2-step-2-item-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.ai-receptionist-v2-step-2-item-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--ai-rv2-muted-fg);
  letter-spacing: 0.02em;
}

.ai-receptionist-v2-step-2-item-value {
  font-size: 15px;
  font-weight: 500;
  color: var(--sd-neutral-900);
  line-height: 1.4;
}

.ai-receptionist-v2-step-2-item-muted {
  color: var(--ai-rv2-muted-fg);
}

.ai-receptionist-v2-hours-toggle {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 0 12px;
  background: transparent;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

.ai-receptionist-v2-hours-toggle-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--ai-rv2-container-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--ai-rv2-muted-fg);
}

.ai-receptionist-v2-hours-toggle-icon .material-symbols-rounded {
  font-size: 20px;
  line-height: 1;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.ai-receptionist-v2-hours-toggle-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.ai-receptionist-v2-hours-toggle-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--ai-rv2-muted-fg);
  letter-spacing: 0.02em;
}

.ai-receptionist-v2-hours-toggle-value {
  font-size: 15px;
  font-weight: 500;
  color: var(--sd-neutral-900);
}

.ai-receptionist-v2-hours-toggle-chevron {
  font-size: 22px;
  color: var(--ai-rv2-muted-fg);
  transition: transform 0.15s;
}

.ai-receptionist-v2-hours-toggle-chevron.is-open {
  transform: rotate(180deg);
}

.ai-receptionist-v2-hours-details {
  margin: 0 0 12px 50px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  animation: ai-rv2-fadeIn 0.15s ease;
}

.ai-receptionist-v2-hours-preview-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 0;
}

.ai-receptionist-v2-hours-preview-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sd-neutral-400);
  flex-shrink: 0;
}

.ai-receptionist-v2-hours-preview-dot.is-open {
  background: var(--sd-dark-green);
}

.ai-receptionist-v2-hours-preview-day {
  min-width: 100px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ai-rv2-muted-fg);
}

.ai-receptionist-v2-hours-preview-day.is-active {
  color: var(--sd-neutral-950);
  font-weight: 700;
}

.ai-receptionist-v2-hours-preview-time {
  font-size: 14px;
  color: var(--ai-rv2-muted-fg);
}

.ai-receptionist-v2-step-2-footer {
  padding: 12px 28px 28px;
}

.ai-receptionist-v2-step-2-edit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 20px;
  border: 1.5px solid var(--sd-neutral-320);
  border-radius: 10px;
  background: var(--sd-neutral-100);
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 550;
  color: var(--sd-neutral-950);
  transition: border-color 0.15s, background 0.15s;
}

.ai-receptionist-v2-step-2-edit:hover {
  border-color: var(--sd-dark-green);
  background: var(--ai-rv2-primary-soft);
}

.ai-receptionist-v2-step-2-edit .material-symbols-rounded {
  font-size: 18px;
  color: var(--sd-dark-green);
}

.ai-receptionist-v2-placeholder-wrap {
  height: 280px;
  border-radius: 14px;
  border: 1px dashed var(--sd-neutral-320);
  background: var(--sd-neutral-100);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  color: var(--ai-rv2-muted-fg);
}

.ai-receptionist-v2-placeholder-wrap h2 {
  margin: 0;
  color: var(--sd-neutral-900);
  font-size: 22px;
  font-weight: 800;
}

.ai-receptionist-v2-placeholder-wrap p {
  margin: 0;
  font-size: 15px;
}

.ai-receptionist-v2-footer {
  flex-shrink: 0;
  border-top: 1px solid var(--sd-neutral-320);
  background: var(--ai-rv2-modal-surface-bg);
}

.ai-receptionist-v2-progress-track {
  width: 100%;
  height: 4px;
  background: var(--sd-neutral-300);
}

.ai-receptionist-v2-progress-fill {
  width: 16.66%;
  height: 100%;
  background: var(--sd-dark-green);
  transition: width 0.2s ease;
}

.ai-receptionist-v2-footer-inner {
  padding: 16px 24px;
  display: flex;
  align-items: center;
}

.ai-receptionist-v2-footer-col { flex: 1; }
.ai-receptionist-v2-footer-center { text-align: center; }
.ai-receptionist-v2-footer-right { text-align: right; }

.ai-receptionist-v2-step-counter {
  color: var(--ai-rv2-muted-fg);
  font-weight: 500;
  font-size: 14px;
}

.ai-receptionist-v2-btn-next {
  background: var(--sd-neutral-250);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ai-receptionist-v2-btn-next.is-enabled {
  background: var(--sd-dark-green);
  color: #FFFFFF;
}

.ai-receptionist-v2-btn-next:disabled {
  background: var(--sd-neutral-250);
  color: var(--ai-rv2-muted-fg);
}

.ai-receptionist-v2-continue-icon {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  color: var(--ai-rv2-muted-fg);
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.ai-receptionist-v2-btn-next.is-enabled .ai-receptionist-v2-continue-icon {
  color: #FFFFFF;
}

.ai-receptionist-v2-btn-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px 10px 16px;
  height: 44px;
  border: 1px solid var(--sd-neutral-320);
  border-radius: 8px;
  background: var(--sd-neutral-100);
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  color: var(--sd-neutral-950);
  transition: background 0.15s, border-color 0.15s;
}

.ai-receptionist-v2-btn-back:hover {
  background: var(--sd-neutral-200);
  border-color: var(--sd-neutral-320);
}

.ai-receptionist-v2-back-icon {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  color: var(--ai-rv2-muted-fg);
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

#ai-receptionist-modal-v2.center-modal:before {margin-right: 0;}

/* ─── Step 3 agent identity ─── */

.ai-receptionist-v2-step-3 {
  display: none;
  justify-content: center;
}

.ai-receptionist-v2-step-3.is-active {
  display: flex;
}

.ai-receptionist-v2-step-3-wrap {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ai-receptionist-v2-step-4.is-active,
.ai-receptionist-v2-step-5.is-active,
.ai-receptionist-v2-step-6.is-active {
  display: flex;
  justify-content: center;
}

.ai-receptionist-v2-step-4-wrap,
.ai-receptionist-v2-step-5-wrap,
.ai-receptionist-v2-step-6-wrap {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.ai-rv2-step3-layout {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ai-rv2-step3-card {
  background: var(--sd-neutral-100);
  border: 1px solid var(--sd-neutral-320);
  border-radius: 16px;
  overflow: visible;
}

.ai-rv2-step3-card-header {
  padding: 16px 20px 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.ai-rv2-step3-card-header-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ai-rv2-step3-card-title {
  font-family: inherit;
  font-size: 16px;
  font-weight: 800;
  color: var(--sd-neutral-900);
}

.ai-rv2-step3-card-subtitle {
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  color: var(--ai-rv2-subtext);
  line-height: 1.4;
}

.ai-rv2-step3-card-body {
  padding: 0 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ai-rv2-step3-card-divider .ai-rv2-step3-card-header {
  padding-bottom: 14px;
}

.ai-rv2-step3-card-divider .ai-rv2-step3-card-body {
  padding-top: 12px;
  border-top: 1px solid var(--sd-neutral-320);
}

.ai-rv2-step3-input-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ai-rv2-step3-input-label {
  font-size: 15px;
  font-weight: 500;
  color: var(--sd-neutral-950);
}

.ai-rv2-step3-text-input {
  width: 100%;
  height: 44px;
  padding: 0 16px;
  background: var(--ai-rv2-input-bg);
  border: 1px solid var(--sd-neutral-320);
  border-radius: 10px;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--sd-neutral-900);
  outline: none;
  box-shadow: 0 0 0 2px transparent;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.ai-rv2-step3-text-input::placeholder {
  color: var(--ai-rv2-muted-fg);
}

.ai-rv2-step3-text-input:focus {
  border-color: var(--sd-dark-green);
  box-shadow: 0 0 0 2px var(--ai-rv2-focus-ring);
}

.ai-rv2-step3-language-wrap {
  position: relative;
}

.ai-rv2-step3-language-button {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  background: var(--ai-rv2-input-bg);
  border: 1px solid var(--sd-neutral-320);
  box-shadow: 0 0 0 2px transparent;
  border-radius: 10px;
  cursor: pointer;
  font-family: inherit;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.ai-rv2-step3-language-button:focus-visible,
.ai-rv2-step3-language-wrap.is-open .ai-rv2-step3-language-button {
  border-color: var(--sd-dark-green);
  box-shadow: 0 0 0 2px var(--ai-rv2-focus-ring);
}

.ai-rv2-step3-language-button:hover {
  border-color: var(--sd-neutral-320);
}

.ai-rv2-step3-language-button-copy {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ai-rv2-step3-language-flag {
  font-size: 20px;
  line-height: 1;
}

.ai-rv2-step3-language-text {
  font-size: 16px;
  font-weight: 400;
  color: var(--sd-neutral-900);
}

.ai-rv2-step3-language-chevron {
  font-family: 'Material Symbols Rounded';
  font-size: 22px;
  color: var(--ai-rv2-muted-fg);
  line-height: 1;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.ai-rv2-step3-language-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 50;
  background: var(--sd-neutral-100);
  border: 1px solid var(--sd-neutral-320);
  border-radius: 10px;
  box-shadow: var(--ai-rv2-shadow-md);
  overflow: hidden;
}

.ai-rv2-step3-language-option {
  width: 100%;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: none;
  background: var(--sd-neutral-100);
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  transition: background 0.1s;
}

.ai-rv2-step3-language-option:hover {
  background: var(--sd-neutral-50);
}

.ai-rv2-step3-language-option.is-active {
  background: var(--ai-rv2-primary-soft);
}

.ai-rv2-step3-language-label {
  font-size: 16px;
  font-weight: 400;
  color: var(--sd-neutral-900);
}

.ai-rv2-step3-language-option.is-active .ai-rv2-step3-language-label {
  color: var(--sd-dark-green);
  font-weight: 550;
}

.ai-rv2-step3-language-badge {
  margin-left: auto;
  font-size: 12px;
  font-weight: 500;
  color: var(--sd-dark-green);
  background: var(--ai-rv2-primary-soft);
  border: 1px solid var(--sd-neutral-320);
  border-radius: 99px;
  padding: 2px 8px;
}

.ai-rv2-step3-language-check {
  margin-left: auto;
  font-family: 'Material Symbols Rounded';
  font-size: 20px;
  color: var(--sd-dark-green);
  line-height: 1;
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 0, "opsz" 24;
}

.ai-rv2-step3-greeting-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ai-rv2-step3-greeting-group {
  gap: 6px;
}

.ai-rv2-step3-greeting-field {
  position: relative;
}

.ai-rv2-step3-greeting-label {
  font-size: 15px;
  font-weight: 500;
  color: var(--sd-neutral-950);
}

.ai-rv2-step3-greeting-tabs {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  background: var(--sd-neutral-250);
  border-radius: 6px;
  padding: 2px;
}

.ai-rv2-step3-greeting-tab {
  border: none;
  background: transparent;
  border-radius: 5px;
  padding: 4px 10px;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  color: var(--ai-rv2-muted-fg);
}

.ai-rv2-step3-greeting-tab.is-active {
  background: var(--sd-neutral-100);
  color: var(--sd-neutral-900);
  font-weight: 550;
  box-shadow: var(--ai-rv2-shadow-fine);
}

.ai-rv2-step3-greeting-input {
  width: 100%;
  min-height: 84px;
  padding: 14px 16px 30px;
  background: var(--ai-rv2-input-bg);
  border: 1px solid var(--sd-neutral-320);
  border-radius: 10px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--sd-neutral-900);
  resize: none;
  outline: none;
  box-sizing: border-box;
}

.ai-rv2-step3-greeting-input:focus {
  border-color: var(--sd-dark-green);
  box-shadow: 0 0 0 2px var(--ai-rv2-focus-ring);
}

.ai-rv2-step3-greeting-counter {
  position: absolute;
  bottom: 10px;
  right: 14px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  color: var(--ai-rv2-muted-fg);
  pointer-events: none;
}

/* Step 4-6 inputs */

#ai-rv2-step4-phone:focus,
#ai-rv2-step4-order-link:focus,
#ai-rv2-step4-app-link:focus,
#ai-rv2-step4-website:focus,
#ai-rv2-step4-instructions:focus,
.ai-rv2-step5-policy-input:focus,
.ai-rv2-step5-link-input:focus,
#ai-rv2-step6-website-url:focus {
  border-color: var(--sd-dark-green) !important;
  box-shadow: 0 0 0 2px var(--ai-rv2-focus-ring) !important;
}

.ai-rv2-step3-voice-header {
  align-items: center;
}

.ai-rv2-step3-voice-header .ai-rv2-step3-card-subtitle {
  max-width: 380px;
}

.ai-rv2-step3-see-voices {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px 7px 14px;
  border: none;
  border-radius: 99px;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  color: var(--sd-dark-green);
  transition: background 0.15s;
}

.ai-rv2-step3-see-voices:hover {
  background: var(--ai-rv2-primary-soft);
}

.ai-rv2-step3-voice-body {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 0;
  gap: 12px;
  align-items: stretch;
}

.ai-rv2-step3-voice-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 1;
  min-width: 0;
  padding: 16px;
  border: 1.5px solid var(--sd-neutral-320);
  border-radius: 14px;
  background: var(--sd-neutral-100);
  cursor: pointer;
  text-align: left;
  transition: border-color 0.15s, background 0.15s;
  overflow: visible;
}

.ai-rv2-step3-voice-card-main {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-width: 0;
}

.ai-rv2-step3-voice-card:hover {
  border-color: var(--sd-neutral-320);
  background: var(--sd-neutral-200);
}

.ai-rv2-step3-voice-card.is-selected {
  border-color: var(--sd-neutral-320);
  background: var(--ai-rv2-primary-soft);
}

.ai-rv2-step3-voice-card-summary {
  flex: 1 1 100%;
  gap: 14px;
  padding: 14px 20px;
  flex-direction: row;
  align-items: center;
  grid-column: 1 / -1;
}

.ai-rv2-step3-voice-card-summary .ai-rv2-step3-voice-card-main {
  flex: 1;
  width: auto;
}

.ai-rv2-step3-voice-card-summary .ai-rv2-step3-voice-preview {
  margin-left: auto;
  width: auto;
  padding: 8px 14px;
}

.ai-rv2-step3-voice-card-summary .ai-rv2-step3-voice-card-check {
  display: none;
}

.ai-rv2-step3-voice-card-summary-check {
  margin-left: 2px;
  font-family: 'Material Symbols Rounded';
  font-size: 22px;
  line-height: 1;
  color: var(--sd-dark-green);
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 0, "opsz" 24;
}

.ai-rv2-step3-voice-card-check {
  position: absolute;
  top: 12px;
  right: 12px;
  color: var(--sd-neutral-400);
  line-height: 1;
}

.ai-rv2-step3-voice-card-check .material-symbols-rounded {
  font-family: 'Material Symbols Rounded';
  font-size: 22px;
  line-height: 1;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.ai-rv2-step3-voice-card.is-selected .ai-rv2-step3-voice-card-check {
  color: var(--sd-dark-green);
}

.ai-rv2-step3-voice-card.is-selected .ai-rv2-step3-voice-card-check .material-symbols-rounded {
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 0, "opsz" 24;
}

.ai-rv2-step3-voice-avatar {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--sd-neutral-250);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-rv2-step3-voice-avatar--36 {
  width: 36px;
  height: 36px;
}

.ai-rv2-step3-voice-avatar--44 {
  width: 44px;
  height: 44px;
}

.ai-rv2-step3-voice-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  padding: 0;
}

.ai-rv2-step3-voice-card-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.ai-rv2-step3-voice-card-name {
  font-size: 16px;
  font-weight: 800;
  color: var(--sd-neutral-950);
  line-height: 1.5;
}

.ai-rv2-step3-voice-card-meta {
  font-size: 14px;
  font-weight: 400;
  color: var(--ai-rv2-muted-fg);
  line-height: 1.4;
}

.ai-rv2-step3-voice-preview {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  margin-top: auto;
  padding: 8px 0;
  border: 1px solid var(--sd-neutral-320);
  border-radius: 8px;
  background: var(--sd-neutral-200);
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  color: var(--ai-rv2-muted-fg);
  flex-shrink: 0;
  transition: all 0.15s;
  box-sizing: border-box;
  position: relative;
}

.ai-rv2-step3-voice-preview.is-compact {
  width: auto;
  margin-top: 0;
  padding: 8px 14px;
}

.ai-rv2-step3-voice-preview--playing {
  border-color: var(--sd-dark-green);
  background: var(--ai-rv2-primary-soft);
  color: var(--sd-dark-green);
}

.ai-rv2-step3-voice-preview-icon {
  font-family: 'Material Symbols Rounded';
  font-size: 18px;
  line-height: 1;
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 0, "opsz" 24;
}

.ai-rv2-step3-voice-preview-icon--playing {
  color: var(--sd-dark-green);
}

.ai-rv2-step3-voice-preview-chevron {
  font-family: 'Material Symbols Rounded';
  font-size: 18px;
  line-height: 1;
  color: var(--ai-rv2-muted-fg);
  margin-left: -2px;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.ai-rv2-voice-preview-wrap {
  position: relative;
  width: 100%;
  margin-top: auto;
  flex-shrink: 0;
}

.ai-rv2-voice-preview-wrap.is-compact {
  width: auto;
  margin-top: 0;
}

.ai-rv2-voice-preview-menu {
  position: absolute;
  bottom: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 20;
  background: var(--sd-neutral-100);
  border: 1px solid var(--sd-neutral-320);
  border-radius: 10px;
  box-shadow: var(--ai-rv2-shadow-card);
  overflow: hidden;
  animation: ai-rv2-fadeIn 0.12s ease;
}

.ai-rv2-voice-preview-menu--down {
  top: calc(100% + 6px);
  bottom: auto;
}

.ai-rv2-voice-preview-menu--up {
  bottom: calc(100% + 6px);
  top: auto;
}

.ai-rv2-voice-preview-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  cursor: pointer;
  transition: background 0.1s;
  background: var(--sd-neutral-100);
}

.ai-rv2-voice-preview-option:hover {
  background: var(--sd-neutral-50);
}

.ai-rv2-voice-preview-option-flag {
  font-size: 16px;
  line-height: 1;
}

.ai-rv2-voice-preview-option-label {
  font-family: 'Avenir', 'AvenirWeb', 'Nunito Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: var(--sd-neutral-950);
}

.ai-rv2-step3-voice-preview:hover {
  background: var(--sd-neutral-300) !important;
}

.ai-rv2-step3-voice-preview .material-symbols-rounded {
  font-family: 'Material Symbols Rounded';
  line-height: 1;
}

.ai-rv2-step3-voice-preview .ai-rv2-step3-voice-preview-icon {
  font-size: 18px;
}

.ai-rv2-step3-voice-preview.is-compact .ai-rv2-step3-voice-preview-icon {
  color: var(--ai-rv2-muted-fg);
}

.ai-rv2-step3-voice-empty {
  width: 100%;
  padding: 32px 0;
  text-align: center;
  color: var(--ai-rv2-muted-fg);
  font-size: 15px;
}

/* Voice picker */

.ai-rv2-voice-overlay {
  position: fixed;
  inset: 0;
  z-index: 1080;
  background: var(--ai-rv2-overlay);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.ai-rv2-voice-modal {
  background: var(--ai-rv2-modal-surface-bg);
  border-radius: 20px;
  width: min(700px, calc(100vw - 32px));
  height: 75vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: var(--ai-rv2-shadow-popover);
  font-family: 'Avenir', 'AvenirWeb', 'Nunito Sans', sans-serif;
}

#ai-rv2-voice-dynamic {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.ai-rv2-voice-shell {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.ai-rv2-voice-header {
  padding: 24px 24px 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-shrink: 0;
}

.ai-rv2-voice-header-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ai-rv2-voice-title {
  font-size: 20px;
  font-weight: 800;
  color: var(--sd-neutral-900);
  letter-spacing: -0.02em;
  line-height: 1.4;
}

.ai-rv2-voice-subtitle {
  font-size: 15px;
  font-weight: 400;
  color: var(--ai-rv2-subtext);
  line-height: 1.4;
}

.ai-rv2-voice-close {
  width: 36px;
  height: 36px;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 8px;
  color: var(--ai-rv2-muted-fg);
}

.ai-rv2-voice-close:hover {
  color: var(--sd-neutral-900);
}

.ai-rv2-voice-filters-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.ai-rv2-voice-filter-shell {
  position: relative;
  flex: 0 0 auto;
}

.ai-rv2-voice-filter-button {
  height: 36px;
  padding: 0 28px 0 12px;
  border: 1px solid var(--sd-neutral-320);
  border-radius: 8px;
  background: var(--sd-neutral-100);
  font-family: 'Avenir', 'AvenirWeb', 'Nunito Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: var(--ai-rv2-muted-fg);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  position: relative;
  transition: border-color 0.15s;
  box-sizing: border-box;
  outline: none;
}

.ai-rv2-voice-filter-button:hover {
  border-color: var(--sd-neutral-320);
}

.ai-rv2-voice-filter-button:focus-visible,
.ai-rv2-voice-filter-shell.is-open .ai-rv2-voice-filter-button {
  border-color: var(--sd-neutral-900);
}

.ai-rv2-voice-filter-button-icon {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--ai-rv2-muted-fg);
  transition: transform 0.2s;
}

.ai-rv2-voice-filter-button-icon.is-open,
.ai-rv2-voice-filter-shell.is-open .ai-rv2-voice-filter-button-icon {
  transform: translateY(-50%) rotate(180deg);
}

.ai-rv2-voice-filter-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 60;
  min-width: 140px;
  background: var(--sd-neutral-100);
  border: 1px solid var(--sd-neutral-320);
  border-radius: 12px;
  box-shadow: var(--ai-rv2-shadow-md);
  overflow: hidden;
}

.ai-rv2-voice-filter-option {
  width: 100%;
  padding: 12px 14px;
  border: none;
  background: var(--sd-neutral-100);
  cursor: pointer;
  font-family: 'Avenir', 'AvenirWeb', 'Nunito Sans', sans-serif;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
}

.ai-rv2-voice-filter-option:hover {
  background: var(--sd-neutral-50);
}

.ai-rv2-voice-filter-option-label {
  font-family: 'Avenir', 'AvenirWeb', 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--sd-neutral-950);
  text-align: left;
}

.ai-rv2-voice-filter-option.is-active .ai-rv2-voice-filter-option-label {
  font-weight: 700;
}

.ai-rv2-voice-filter-option-icon {
  color: transparent;
  font-family: 'Material Symbols Rounded';
  font-size: 18px;
  line-height: 1;
}

.ai-rv2-voice-filter-option-icon.is-active {
  color: var(--sd-dark-green);
}

.ai-rv2-voice-filter-search {
  position: relative;
  display: flex;
  align-items: center;
}

.ai-rv2-voice-filter-search-icon {
  position: absolute;
  left: 10px;
  font-size: 18px;
  color: var(--ai-rv2-muted-fg);
  pointer-events: none;
}

.ai-rv2-voice-filter-search-input {
  height: 36px;
  padding: 0 12px 0 34px;
  width: 180px;
  border: 1px solid var(--sd-neutral-320);
  border-radius: 8px;
  background: var(--ai-rv2-input-bg);
  font-family: 'Avenir', 'AvenirWeb', 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--sd-neutral-900);
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.15s;
}

.ai-rv2-voice-filter-search-input:focus {
  border-color: var(--sd-dark-green);
  box-shadow: 0 0 0 2px var(--ai-rv2-focus-ring);
}

.ai-rv2-voice-filters {
  padding: 0 24px 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ai-rv2-voice-filter {
  min-width: 140px;
  position: relative;
}

.ai-rv2-voice-select {
  width: 100%;
  height: 36px;
  padding: 0 28px 0 12px;
  border: 1px solid var(--sd-neutral-320);
  border-radius: 8px;
  background: var(--ai-rv2-input-bg);
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  color: var(--ai-rv2-muted-fg);
  cursor: pointer;
  appearance: none;
  outline: none;
}

.ai-rv2-voice-select:focus {
  border-color: var(--sd-dark-green);
  box-shadow: 0 0 0 2px var(--ai-rv2-focus-ring);
}

.ai-rv2-voice-search {
  position: relative;
  flex: 1;
  min-width: 180px;
}

.ai-rv2-voice-search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Material Symbols Rounded';
  font-size: 18px;
  color: var(--ai-rv2-muted-fg);
  pointer-events: none;
}

.ai-rv2-voice-search-input {
  width: 100%;
  height: 36px;
  padding: 0 12px 0 34px;
  border: 1px solid var(--sd-neutral-320);
  border-radius: 8px;
  background: var(--ai-rv2-input-bg);
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  color: var(--sd-neutral-900);
  outline: none;
  box-sizing: border-box;
}

.ai-rv2-voice-search-input:focus {
  border-color: var(--sd-dark-green);
  box-shadow: 0 0 0 2px var(--ai-rv2-focus-ring);
}

.ai-rv2-voice-list {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 0 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ai-rv2-voice-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ai-rv2-voice-section-label {
  padding: 12px 0 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--ai-rv2-muted-fg);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.ai-rv2-voice-section-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
}

.ai-rv2-voice-row:hover {
  background: var(--sd-neutral-50) !important;
  border-color: var(--sd-neutral-320) !important;
}

.ai-rv2-voice-row {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  gap: 12px;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  transition: all 0.15s;
}

.ai-rv2-voice-row.is-selected {
  background: var(--ai-rv2-primary-soft) !important;
  border: 1px solid var(--sd-dark-green) !important;
}

.ai-rv2-voice-row-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.ai-rv2-voice-row-name {
  font-family: 'Avenir', 'AvenirWeb', 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--sd-neutral-950);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ai-rv2-voice-row-meta {
  font-family: 'Avenir', 'AvenirWeb', 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--ai-rv2-muted-fg);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ai-rv2-voice-row-check {
  font-size: 20px;
  flex-shrink: 0;
  color: var(--sd-neutral-400);
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.ai-rv2-voice-row-check.is-selected {
  color: var(--sd-dark-green);
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 0, "opsz" 24;
}

.ai-rv2-voice-footer {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-shrink: 0;
  border-top: 1px solid var(--sd-neutral-320);
  background: var(--ai-rv2-modal-footer-bg);
}

.ai-rv2-voice-cancel,
.ai-rv2-voice-save {
  height: 40px;
  padding: 0 20px;
  border: none;
  border-radius: 8px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.ai-rv2-voice-cancel {
  background: var(--sd-neutral-100);
  border: 1px solid var(--sd-neutral-320);
  color: var(--sd-neutral-950);
}

.ai-rv2-voice-save {
  background: var(--sd-dark-green);
  color: #FFFFFF;
}

.ai-rv2-green-cta {
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.ai-rv2-green-cta:hover:not(:disabled) {
  background: var(--sd-darker-green) !important;
}

.ai-rv2-voice-empty {
  padding: 40px 0;
  text-align: center;
  color: var(--ai-rv2-muted-fg);
}

/* ─── Step 5 / Step 6 overlays ─── */

.ai-rv2-service-overlay,
.ai-rv2-menu-overlay,
.ai-rv2-pos-overlay,
.ai-rv2-launch-overlay {
  position: fixed;
  inset: 0;
  z-index: 1080;
  background: var(--ai-rv2-overlay);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.ai-receptionist-v2-loading-shield {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  background: rgba(255, 255, 255, 0.25);
  pointer-events: all;
}

body.ai-receptionist-v2-open #chat-app-container,
body.ai-receptionist-v2-open #shipday-ai-nav,
body.ai-receptionist-v2-open .chat-option,
body.ai-receptionist-v2-open .intercom-lightweight-app,
body.ai-receptionist-v2-open .intercom-launcher,
body.ai-receptionist-v2-open .intercom-launcher-frame,
body.ai-receptionist-v2-open #intercom-container {
  display: none !important;
}

.ai-rv2-service-modal,
.ai-rv2-menu-modal,
.ai-rv2-pos-modal,
.ai-rv2-launch-modal {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-family: 'Avenir', 'AvenirWeb', 'Nunito Sans', sans-serif;
}

.ai-rv2-service-modal {
  max-width: 640px;
  max-height: 80vh;
  background: var(--sd-neutral-100);
  border-radius: 16px;
  box-shadow: var(--ai-rv2-shadow-dialog);
}

.ai-rv2-menu-modal {
  max-width: 420px;
  max-height: 80vh;
  background: var(--sd-neutral-100);
  border-radius: 20px;
}

.ai-rv2-pos-modal {
  max-width: 560px;
  max-height: 80vh;
  background: var(--sd-neutral-100);
  border-radius: 20px;
}

.ai-rv2-launch-modal {
  max-width: min(520px, calc(100vw - 32px));
  background: var(--sd-neutral-100);
  border-radius: 20px;
  box-shadow: var(--ai-rv2-shadow-popover);
  animation: ai-rv2-fadeIn 0.25s ease;
}

#ai-rv2-service-dynamic,
#ai-rv2-menu-dynamic,
#ai-rv2-pos-dynamic,
#ai-rv2-launch-dynamic {
  display: flex;
  flex: 1;
  min-height: 0;
  flex-direction: column;
}

/* ─── Manual business profile modal ─── */

.ai-rv2-profile-overlay {
  position: fixed;
  inset: 0;
  z-index: 1070;
  background: var(--ai-rv2-overlay);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.ai-rv2-profile-modal {
  background: var(--ai-rv2-container-bg);
  border-radius: 20px;
  width: min(750px, calc(100vw - 32px));
  max-width: 750px;
  max-height: calc(100vh - 120px);
  min-height: 0;
  display: flex;
  flex-direction: column;
  box-shadow: var(--ai-rv2-shadow-modal);
  overflow: hidden;
  position: fixed;
  z-index: 101;
  font-family: 'Avenir', 'AvenirWeb', 'Nunito Sans', sans-serif;
}

#ai-rv2-profile-dynamic {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.ai-rv2-profile-header {
  padding: 32px 32px 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-shrink: 0;
}

.ai-rv2-profile-header-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ai-rv2-profile-title {
  margin: 0;
  font-size: 20px;
  font-weight: 550;
  color: var(--sd-neutral-900);
  letter-spacing: -0.02em;
  line-height: 1.4;
}

.ai-rv2-profile-subtitle {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  color: var(--ai-rv2-subtext);
  line-height: 1.4;
}

.ai-rv2-profile-close {
  border: none;
  background: var(--sd-neutral-100);
  cursor: pointer;
  color: var(--ai-rv2-muted-fg);
  width: 40px;
  height: 40px;
  padding: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
}

.ai-rv2-profile-close:hover {
  color: var(--sd-neutral-900);
}

.ai-rv2-profile-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 0 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.ai-rv2-profile-body::-webkit-scrollbar {
  display: none;
}

/* Accordion sections */

.ai-rv2-profile-section {
  border: 1px solid var(--sd-neutral-320);
  border-radius: 10px;
  background: var(--sd-neutral-100);
}

.ai-rv2-profile-section-toggle {
  width: 100%;
  border: none;
  background: none;
  cursor: pointer;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-family: inherit;
}

.ai-rv2-profile-section-toggle-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.ai-rv2-profile-section-label {
  font-size: 16px;
  font-weight: 550;
  color: var(--sd-neutral-900);
}

.ai-rv2-profile-section-summary {
  font-size: 14px;
  font-weight: 400;
  color: var(--ai-rv2-muted-fg);
}

.ai-rv2-profile-section-toggle-right {
  display: flex;
  align-items: center;
  gap: 4px;
}

.ai-rv2-profile-section-edit {
  font-size: 14px;
  font-weight: 500;
  color: var(--ai-rv2-muted-fg);
}

.ai-rv2-profile-chevron {
  font-family: 'Material Symbols Rounded';
  font-size: 22px;
  color: var(--ai-rv2-muted-fg);
  line-height: 1;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  transition: transform 0.2s;
}

.ai-rv2-profile-section.is-open .ai-rv2-profile-chevron {
  transform: rotate(180deg);
}

.ai-rv2-profile-section-content {
  padding: 0 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ai-rv2-profile-section[data-section="details"] .ai-rv2-profile-section-content {
  gap: 10px;
}

/* Business details fields */

.ai-rv2-profile-field {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--sd-neutral-320);
  border-radius: 10px;
  padding: 0 16px;
  height: 44px;
  background: var(--ai-rv2-input-bg);
}

.ai-rv2-profile-field:focus-within {
  border-color: var(--sd-dark-green);
  box-shadow: 0 0 0 2px var(--ai-rv2-focus-ring);
}

.ai-rv2-profile-field-icon {
  font-family: 'Material Symbols Rounded';
  font-size: 20px;
  color: var(--ai-rv2-muted-fg);
  line-height: 1;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  flex-shrink: 0;
}

.ai-rv2-profile-field-input {
  flex: 1;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: 15px;
  color: var(--sd-neutral-900);
  background: transparent;
}

.ai-rv2-profile-field-input::placeholder {
  color: var(--ai-rv2-muted-fg);
}

/* Payment methods */

.ai-rv2-profile-pay-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border: 1px solid var(--sd-neutral-320);
  border-radius: 12px;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
  background: var(--sd-neutral-100);
}

.ai-rv2-profile-pay-item:hover {
  border-color: var(--sd-neutral-320);
}

.ai-rv2-profile-pay-item.is-selected {
  border-color: var(--sd-darker-green);
  background: var(--sd-neutral-100);
}

.ai-rv2-profile-pay-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ai-rv2-profile-pay-icon {
  font-family: 'Material Symbols Rounded';
  font-size: 22px;
  color: var(--ai-rv2-muted-fg);
  line-height: 1;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.ai-rv2-profile-pay-label {
  font-size: 15px;
  font-weight: 500;
  color: var(--sd-neutral-900);
}

.ai-rv2-profile-pay-check {
  font-family: 'Material Symbols Rounded';
  font-size: 22px;
  color: var(--sd-neutral-400);
  line-height: 1;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.ai-rv2-profile-pay-item.is-selected .ai-rv2-profile-pay-check {
  color: var(--sd-dark-green);
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

/* Business hours */

.ai-rv2-profile-hours-row {
  display: flex;
  align-items: flex-start;
  padding: 12px 16px;
  border: 1px solid var(--sd-neutral-320);
  border-radius: 12px;
  gap: 12px;
  min-height: 60px;
  background: var(--sd-neutral-100);
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}

/* Toggle switch */

.ai-rv2-profile-hours-toggle {
  position: relative;
  width: 44px;
  height: 24px;
  flex-shrink: 0;
  cursor: pointer;
  margin: 0;
  padding: 2px;
  border: 0;
  border-radius: 99px;
  background: var(--sd-neutral-400);
  appearance: none;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  transition: background 0.15s;
  margin-top: 5px;
}

.ai-rv2-profile-hours-toggle:hover {
  background: var(--sd-neutral-500);
}

.ai-rv2-profile-hours-toggle.is-open {
  background: var(--sd-dark-green);
}

.ai-rv2-profile-hours-toggle-knob {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 20px;
  height: 20px;
  background: var(--sd-neutral-100);
  border-radius: 50%;
  box-shadow: var(--ai-rv2-shadow-thumb);
  transition: transform 0.15s ease;
}

.ai-rv2-profile-hours-toggle.is-open .ai-rv2-profile-hours-toggle-knob {
  transform: translateX(20px);
}

.ai-rv2-profile-hours-cb {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}

.ai-rv2-profile-hours-slider {
  position: absolute;
  inset: 0;
  background: transparent;
  border-radius: 24px;
}

.ai-rv2-profile-hours-slider::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  bottom: 3px;
  background: var(--sd-neutral-100);
  border-radius: 50%;
  transition: transform 0.2s;
}

.ai-rv2-profile-hours-cb:checked + .ai-rv2-profile-hours-slider {
  background: var(--sd-dark-green);
}

.ai-rv2-profile-hours-cb:checked + .ai-rv2-profile-hours-slider::before {
  transform: translateX(18px);
}

.ai-rv2-profile-hours-day {
  font-size: 15px;
  font-weight: 500;
  color: var(--sd-neutral-900);
  width: 90px;
  min-width: 90px;
  padding-top: 6px;
}

.ai-rv2-profile-hours-closed {
  font-size: 15px;
  color: var(--ai-rv2-muted-fg);
  padding-top: 7px;
}

.ai-rv2-profile-hours-slots {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
}

.ai-rv2-profile-hours-slot-row {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex-wrap: nowrap;
  width: 100%;
}

.ai-rv2-profile-hours-slot-time-group {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex-wrap: nowrap;
  flex-shrink: 0;
}

.ai-rv2-profile-hours-slot-daytype-wrap {
  display: flex;
  align-items: center;
  min-width: 0;
}

.ai-rv2-profile-hours-slot-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-basis: auto;
  width: auto;
  margin-top: 0;
  flex-shrink: 0;
}

.ai-rv2-profile-hours-dropdown {
  position: relative;
  flex-shrink: 0;
}

.ai-rv2-profile-hours-dropdown--time {
  width: 104px;
}

.ai-rv2-profile-hours-dropdown--daytype {
  width: 112px;
}

.ai-rv2-profile-hours-time-button,
.ai-rv2-profile-hours-daytype-button {
  width: 100%;
  height: 36px;
  border: 1px solid var(--sd-neutral-320);
  border-radius: 8px;
  background: var(--sd-neutral-100);
  font-family: inherit;
  font-size: 14px;
  color: var(--sd-neutral-900);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 10px;
  cursor: pointer;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s, color 0.15s;
}

.ai-rv2-profile-hours-time-button:hover,
.ai-rv2-profile-hours-daytype-button:hover {
  border-color: var(--sd-neutral-320);
}

.ai-rv2-profile-hours-time-button:focus,
.ai-rv2-profile-hours-daytype-button:focus {
  border-color: var(--sd-dark-green);
  box-shadow: 0 0 0 2px var(--ai-rv2-focus-ring);
}

.ai-rv2-profile-hours-time-button-label,
.ai-rv2-profile-hours-daytype-button-label {
  flex: 1;
  text-align: center;
  white-space: nowrap;
}

.ai-rv2-profile-hours-daytype-button {
  color: var(--ai-rv2-muted-fg);
}

.ai-rv2-profile-hours-daytype-button.is-next-day {
  color: var(--sd-dark-green);
  background: var(--ai-rv2-primary-soft);
  border-color: var(--sd-neutral-320);
}

.ai-rv2-profile-hours-daytype-button-icon {
  font-family: 'Material Symbols Rounded';
  font-size: 18px;
  line-height: 1;
  color: var(--ai-rv2-muted-fg);
  transition: transform 0.15s;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.ai-rv2-profile-hours-dropdown.is-open .ai-rv2-profile-hours-time-button,
.ai-rv2-profile-hours-dropdown.is-open .ai-rv2-profile-hours-daytype-button {
  border-color: var(--sd-dark-green);
  box-shadow: 0 0 0 2px var(--ai-rv2-focus-ring);
}

.ai-rv2-profile-hours-dropdown.is-open .ai-rv2-profile-hours-daytype-button-icon {
  transform: rotate(180deg);
}

.ai-rv2-profile-hours-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 30;
  background: var(--sd-neutral-100);
  border: 1px solid var(--sd-neutral-320);
  border-radius: 14px;
  box-shadow: var(--ai-rv2-shadow-xl);
  padding: 6px 0;
}

.ai-rv2-profile-hours-menu--time {
  width: 122px;
  max-height: 270px;
  overflow-y: auto;
}

.ai-rv2-profile-hours-menu--daytype {
  width: 190px;
}

.ai-rv2-profile-hours-time-option,
.ai-rv2-profile-hours-day-option {
  width: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  font-family: inherit;
}

.ai-rv2-profile-hours-time-option:hover,
.ai-rv2-profile-hours-day-option:hover {
  background: var(--sd-neutral-200);
}

.ai-rv2-profile-hours-time-option.is-selected,
.ai-rv2-profile-hours-day-option.is-selected {
  background: var(--ai-rv2-primary-soft);
}

.ai-rv2-profile-hours-time-option-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--sd-neutral-950);
}

.ai-rv2-profile-hours-time-option-check,
.ai-rv2-profile-hours-day-option-check {
  font-family: 'Material Symbols Rounded';
  font-size: 18px;
  line-height: 1;
  color: var(--ai-rv2-muted-fg);
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.ai-rv2-profile-hours-day-option-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ai-rv2-profile-hours-day-option-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--sd-neutral-950);
  line-height: 1.3;
}

.ai-rv2-profile-hours-day-option-subtitle {
  font-size: 12px;
  color: var(--ai-rv2-subtext);
  line-height: 1.25;
}

.ai-rv2-profile-hours-sep {
  font-size: 14px;
  color: var(--ai-rv2-muted-fg);
}

.ai-rv2-profile-hours-add-slot {
  border: none;
  background: transparent;
  color: var(--sd-darker-green);
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  white-space: nowrap;
}

.ai-rv2-profile-hours-add-slot .material-symbols-rounded {
  font-size: 20px;
}

.ai-rv2-profile-hours-remove-slot .material-symbols-rounded {
  font-size: 20px;
}
.ai-rv2-profile-hours-add-slot:hover {
  color: var(--sd-dark-green);
}

.ai-rv2-profile-hours-remove-slot {
  width: 28px;
  height: 28px;
  border: none;
  background: transparent;
  color: var(--sd-error-red-400);
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
}

.ai-rv2-profile-hours-remove-slot:hover {
  background: var(--ai-rv2-danger-soft);
}

/* Footer */

.ai-rv2-profile-footer {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-shrink: 0;
  border-top: 1px solid var(--sd-neutral-320);
  background: var(--ai-rv2-modal-footer-bg);
}

.ai-rv2-modal-footer-surface {
  background: var(--ai-rv2-modal-footer-bg);
}

.ai-rv2-profile-cancel {
  height: 40px;
  padding: 0 16px;
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  color: var(--sd-neutral-950);
  cursor: pointer;
  border-radius: 8px;
}


.ai-rv2-profile-create {
  height: 40px;
  padding: 0 20px;
  border: none;
  border-radius: 8px;
  background: var(--sd-neutral-250);
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  color: var(--ai-rv2-muted-fg);
  cursor: not-allowed;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.ai-rv2-profile-create:hover {
  background: var(--sd-neutral-250);
}

.ai-rv2-profile-create.is-enabled {
  background: var(--sd-dark-green);
  color: #FFFFFF;
  cursor: pointer;
}

.ai-rv2-profile-create.is-enabled:hover {
  background: var(--sd-darker-green);
}

/* ─── Loading / Skeleton state ─── */

@keyframes ai-rv2-spin {
  100% { transform: rotate(360deg); }
}

@keyframes ai-rv2-pulse {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}

@keyframes ai-rv2-fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.ai-receptionist-v2-loading-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 8px 0;
  animation: ai-rv2-fadeIn 0.3s;
}

.ai-receptionist-v2-loading-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ai-receptionist-v2-loading-spinner {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  width: 20px;
  height: 20px;
  color: var(--sd-dark-green);
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  animation: ai-rv2-spin 1s linear infinite;
}

.ai-receptionist-v2-loading-text {
  font-size: 15px;
  font-weight: 500;
  color: var(--ai-rv2-muted-fg);
  line-height: 1.5;
}

.ai-receptionist-v2-skeleton-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid var(--sd-neutral-320);
  border-radius: 12px;
  animation: ai-rv2-pulse 1.5s ease-in-out infinite;
}

.ai-receptionist-v2-skeleton-card:nth-child(2) { animation-delay: 0.15s; }
.ai-receptionist-v2-skeleton-card:nth-child(3) { animation-delay: 0.3s; }
.ai-receptionist-v2-skeleton-card:nth-child(4) { animation-delay: 0.45s; }

.ai-receptionist-v2-skeleton-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--sd-neutral-250);
  flex-shrink: 0;
}

.ai-receptionist-v2-skeleton-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 0;
}

.ai-receptionist-v2-skeleton-name {
  width: 50%;
  height: 14px;
  background: var(--sd-neutral-250);
  border-radius: 6px;
}

.ai-receptionist-v2-skeleton-addr {
  width: 70%;
  height: 12px;
  background: var(--sd-neutral-250);
  border-radius: 6px;
}

.ai-receptionist-v2-skeleton-right {
  width: 30px;
  height: 14px;
  background: var(--sd-neutral-250);
  border-radius: 6px;
  flex-shrink: 0;
}

.ai-receptionist-v2-hours-toggle-value sup, .ai-receptionist-v2-hours-preview-time sup{
  top: 0;
}

@media (max-width: 980px) {
  #ai-receptionist-modal-v2 .modal-dialog.ai-receptionist-v2-dialog {
    width: 100vw;
    margin: 0;
  }

  .ai-receptionist-v2-modal-content { height: 100vh; border-radius: 0 !important; }

  .ai-receptionist-v2-title { font-size: 30px; }
  .ai-receptionist-v2-subtitle { font-size: 18px; }
  .ai-receptionist-v2-search-title { font-size: 24px; }
  .ai-receptionist-v2-input-wrap { height: 48px; }
  .ai-receptionist-v2-search-input,
  .ai-receptionist-v2-search-btn,
  .ai-receptionist-v2-empty-text,
  .ai-receptionist-v2-manual-btn,
  .ai-receptionist-v2-step-counter,
  .ai-receptionist-v2-btn { font-size: 16px; }
  .ai-receptionist-v2-search-btn { height: 48px; min-width: 92px; }
}

@media (max-width: 768px) {
  .ai-rv2-step3-voice-body {
    grid-template-columns: 1fr;
  }

  .ai-rv2-step3-voice-card {
    width: 100%;
  }

  .ai-rv2-step3-voice-card-summary {
    flex-direction: column;
    align-items: flex-start;
  }

  .ai-rv2-step3-voice-card-summary .ai-rv2-step3-voice-preview {
    margin-left: 0;
    width: 100%;
  }
}
