.brand-logo {
  display: block;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  object-fit: contain;
}

.trial-live-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: min(100%, 418px);
  margin-top: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 12px;
  background: rgba(8, 13, 31, .66);
  color: #fff;
  font-size: 12px;
}

.trial-live-status strong {
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
}

.trial-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 820;
}

.trial-live-badge i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #49d697;
  box-shadow: 0 0 0 5px rgba(73, 214, 151, .13);
}

.trial-live-status.is-loading .trial-live-badge i {
  animation: trial-live-pulse 1.35s ease-in-out infinite;
}

.trial-live-status.is-error .trial-live-badge i {
  background: #ff8f8f;
  box-shadow: 0 0 0 5px rgba(255, 143, 143, .12);
}

.trial-turnstile {
  width: min(100%, 418px);
  min-height: 0;
  overflow: hidden;
}

.trial-turnstile:empty {
  display: none;
}

.chat-composer.is-loading {
  opacity: .68;
  pointer-events: none;
}

.wow-lab-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mini-catalog-card,
.mini-inquiry-card {
  display: grid;
  gap: 10px;
  padding: 11px;
  border-radius: 14px;
  background: #fff;
  color: #11142f;
}

.mini-catalog-card {
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
}

.mini-catalog-visual {
  display: grid;
  place-items: center;
  min-height: 72px;
  border-radius: 10px;
  background: #f0edff;
}

.mini-catalog-visual span {
  width: 30px;
  height: 48px;
  border-radius: 7px 7px 11px 11px;
  background: linear-gradient(150deg, #755cff, #3fbbe9);
  box-shadow: 8px 10px 18px rgba(83, 62, 211, .20);
  transform: rotate(7deg);
}

.mini-catalog-card > div:last-child {
  display: grid;
  gap: 4px;
}

.mini-catalog-card small,
.mini-inquiry-card span {
  color: #6f55ff;
  font-size: 10px;
  font-weight: 820;
}

.mini-catalog-card strong,
.mini-inquiry-card strong {
  color: #171a33;
  font-size: 13px;
}

.mini-catalog-card b {
  color: #596078;
  font-size: 12px;
}

.mini-inquiry-card div {
  display: grid;
  gap: 6px;
}

.mini-inquiry-card i {
  display: block;
  height: 8px;
  border-radius: 3px;
  background: #eef0f7;
}

.mini-inquiry-card i:nth-child(2) {
  width: 72%;
}

.mini-inquiry-card button {
  min-height: 30px;
  border: 0;
  border-radius: 7px;
  background: #6f55ff;
  color: #fff;
  font-size: 10px;
  font-weight: 820;
}

.wow-lab-card-catalog > p,
.wow-lab-card-inquiry > p {
  margin: 0;
  color: rgba(255, 255, 255, .70);
  font-size: 12px;
  line-height: 1.45;
}

@keyframes trial-live-pulse {
  0%, 100% { opacity: .46; transform: scale(.86); }
  50% { opacity: 1; transform: scale(1); }
}

@media (max-width: 760px) {
  .trial-live-status,
  .trial-turnstile {
    width: min(100%, 360px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .trial-live-status.is-loading .trial-live-badge i {
    animation: none;
  }
}

/* Match the public landing page typography so the trial feels like one product. */
:root {
  --home-body-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --home-display-font: "Manrope", sans-serif;
}

body,
button,
input,
select,
textarea {
  font-family: var(--home-body-font);
}

.intro h1,
.panel-heading h2,
.publish-strip h2 {
  font-family: var(--home-display-font);
}

.intro-free-plan-offer {
  display: grid;
  justify-items: center;
  gap: 13px;
  width: min(100%, 760px);
  margin: 18px auto 0;
}

.intro-price-proof {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(111, 85, 255, .18);
  border-radius: 8px;
  background: rgba(247, 246, 255, .86);
  color: #515b73;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
  font-size: 13px;
  font-weight: 680;
  font-variant-numeric: tabular-nums;
  line-height: 1.35;
  text-align: center;
}

.intro-price-proof strong {
  color: #563ee8;
  font-size: 14px;
  font-weight: 800;
}

.intro-free-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 720px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.intro-free-features li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid rgba(28, 36, 58, .1);
  border-radius: 7px;
  background: rgba(255, 255, 255, .84);
  color: #404a61;
  box-shadow: 0 4px 14px rgba(27, 31, 52, .04);
  font-size: 12.5px;
  font-weight: 720;
  line-height: 1.35;
}

.intro-feature-check {
  color: #168759;
  font-size: 13px;
  font-weight: 900;
}

.intro-free-cta {
  min-width: 210px;
  min-height: 46px;
  padding-inline: 22px;
  border-radius: 7px;
  box-shadow: 0 12px 28px rgba(86, 62, 232, .2);
}

.intro-free-icon {
  display: inline-grid;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  place-items: center;
  border-radius: 50%;
  background: #e8fbf2;
  color: #138a5b;
}

.intro-free-icon svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 520px) {
  .intro-free-plan-offer {
    gap: 11px;
    margin-top: 16px;
  }

  .intro-price-proof {
    gap: 8px;
    padding: 8px 10px;
    font-size: 12.5px;
  }

  .intro-price-proof strong {
    font-size: 13px;
  }

  .intro-free-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 7px;
  }

  .intro-free-features li {
    justify-content: flex-start;
    min-width: 0;
    padding: 7px 9px;
    text-align: left;
  }

  .intro-free-features li:last-child {
    grid-column: 1 / -1;
  }

  .intro-free-cta {
    width: 100%;
  }
}

/* Trial catalog and inquiry surfaces reuse the public catalog and public-form structure. */
.trial-booking-demo.is-chat-ready.is-catalog-open .trial-booking-fab-wrap,
.trial-booking-demo.is-chat-ready.is-inquiry-open .trial-booking-fab-wrap,
.trial-booking-demo.is-catalog-open .trial-booking-fab-wrap,
.trial-booking-demo.is-inquiry-open .trial-booking-fab-wrap {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.trial-catalog-page {
  position: absolute;
  inset: 0;
  z-index: 14;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #f7f7f5;
  color: #141516;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(18px);
  transition: opacity .28s ease, transform .44s cubic-bezier(.16, 1, .3, 1), visibility 0s linear .44s;
}

.trial-booking-demo.is-catalog-open .trial-catalog-page {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: none;
  transition-delay: 0s;
}

.trial-catalog-topbar {
  display: flex;
  min-height: 58px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(17, 24, 39, .08);
  background: rgba(255, 255, 255, .96);
}

.trial-catalog-brand {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
}

.trial-catalog-brand strong {
  overflow: hidden;
  font-size: 13px;
  font-weight: 840;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.trial-catalog-mark {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  border-radius: 8px;
  background: var(--booking-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.trial-catalog-close,
.trial-catalog-detail-close,
.trial-inquiry-close {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  padding: 0;
  place-items: center;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  background: #fff;
  color: #30343a;
  font: inherit;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.trial-catalog-scroll {
  flex: 1 1 auto;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 24px 16px 36px;
  scrollbar-width: thin;
}

.trial-catalog-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 16px;
  margin-bottom: 19px;
}

.trial-catalog-kicker {
  display: block;
  margin-bottom: 7px;
  color: var(--booking-accent);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
}

.trial-catalog-heading h2 {
  margin: 0;
  font-size: clamp(22px, 5vw, 30px);
  font-weight: 790;
  line-height: 1.06;
  letter-spacing: 0;
}

.trial-catalog-heading p {
  max-width: 44ch;
  margin: 9px 0 0;
  color: #6d7178;
  font-size: 10px;
  line-height: 1.55;
}

.trial-catalog-count {
  color: #b3b6bc;
  font-size: 12px;
  font-weight: 760;
}

.trial-catalog-controls {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.trial-catalog-search {
  display: flex;
  min-height: 42px;
  align-items: center;
  gap: 9px;
  padding: 0 12px;
  border: 1px solid #e0e2e6;
  border-radius: 8px;
  background: #fff;
}

.trial-catalog-search svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  color: #777c85;
}

.trial-catalog-search input {
  min-width: 0;
  width: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #151618;
  font: inherit;
  font-size: 11px;
}

.trial-catalog-filters {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.trial-catalog-filters::-webkit-scrollbar { display: none; }

.trial-catalog-filters button {
  min-height: 30px;
  flex: 0 0 auto;
  padding: 0 11px;
  border: 1px solid #dedfe3;
  border-radius: 999px;
  background: transparent;
  color: #5f646c;
  font: inherit;
  font-size: 9px;
  font-weight: 740;
}

.trial-catalog-filters button.is-active {
  border-color: #17191c;
  background: #17191c;
  color: #fff;
}

.trial-catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.trial-catalog-card {
  display: flex;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  flex-direction: column;
  border: 0;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 10px 28px -24px rgba(20, 25, 35, .65);
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform .28s cubic-bezier(.16, 1, .3, 1), box-shadow .28s ease;
}

.trial-catalog-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px -25px rgba(20, 25, 35, .72);
}

.trial-catalog-card[hidden] { display: none; }

.trial-catalog-image {
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #ececea;
}

.trial-catalog-image img,
.trial-catalog-detail-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.trial-catalog-card-body {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 11px 10px 10px;
}

.trial-catalog-card-body > small,
.trial-catalog-detail-copy > small {
  color: #90949b;
  font-size: 7px;
  font-weight: 860;
  letter-spacing: .08em;
}

.trial-catalog-title-row {
  display: grid;
  gap: 5px;
  margin-top: 6px;
}

.trial-catalog-title-row strong {
  min-width: 0;
  color: #1a1c1f;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.28;
}

.trial-catalog-title-row b {
  color: var(--booking-accent);
  font-size: 10px;
  font-weight: 850;
}

.trial-catalog-tags {
  display: flex;
  gap: 5px;
  margin-top: 9px;
  overflow-x: auto;
  scrollbar-width: none;
}

.trial-catalog-tags::-webkit-scrollbar { display: none; }

.trial-catalog-tags i {
  flex: 0 0 auto;
  padding: 3px 6px;
  border-radius: 999px;
  background: #f0f1f2;
  color: #6f747c;
  font-size: 7px;
  font-style: normal;
  font-weight: 680;
}

.trial-catalog-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
  padding-top: 12px;
  color: #3d4147;
  font-size: 8px;
  font-weight: 780;
}

.trial-catalog-details svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.trial-catalog-detail {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity .24s ease, visibility 0s linear .36s;
}

.trial-booking-demo.is-catalog-detail-open .trial-catalog-detail {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition-delay: 0s;
}

.trial-catalog-detail-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(17, 20, 26, .48);
  cursor: pointer;
}

.trial-catalog-detail-sheet {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  max-height: 86%;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  overflow-y: auto;
  border-radius: 16px 16px 0 0;
  background: #fff;
  box-shadow: 0 -22px 60px -30px rgba(0, 0, 0, .66);
  transform: translateY(100%);
  transition: transform .48s cubic-bezier(.16, 1, .3, 1);
}

.trial-booking-demo.is-catalog-detail-open .trial-catalog-detail-sheet { transform: none; }

.trial-catalog-detail-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
}

.trial-catalog-detail-image {
  min-height: 280px;
  background: #ececea;
}

.trial-catalog-detail-copy {
  padding: 42px 20px 28px;
}

.trial-catalog-detail-copy h3 {
  margin: 8px 0 0;
  font-size: 18px;
  line-height: 1.18;
}

.trial-catalog-detail-copy > strong {
  display: block;
  margin-top: 9px;
  color: var(--booking-accent);
  font-size: 14px;
}

.trial-catalog-detail-copy p {
  margin: 15px 0 0;
  color: #686d75;
  font-size: 10px;
  line-height: 1.6;
}

.trial-inquiry-overlay {
  position: absolute;
  inset: 0;
  z-index: 15;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 28px 14px 18px;
  overflow-y: auto;
  background: rgba(9, 15, 27, .5);
  backdrop-filter: blur(12px) saturate(1.04);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity .24s ease, visibility 0s linear .32s;
}

.trial-booking-demo.is-inquiry-open .trial-inquiry-overlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition-delay: 0s;
}

.trial-inquiry-modal {
  width: min(440px, 100%);
  max-height: calc(100% - 12px);
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 18px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 32px 90px -42px rgba(2, 6, 23, .72), inset 0 1px 0 rgba(255, 255, 255, .9);
  color: #101828;
  transform: translateY(12px) scale(.985);
  transition: transform .34s cubic-bezier(.16, 1, .3, 1);
}

.trial-booking-demo.is-inquiry-open .trial-inquiry-modal { transform: none; }

.trial-inquiry-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 14px;
  padding: 18px 16px 13px 20px;
  border-bottom: 1px solid rgba(226, 232, 240, .9);
  background: rgba(255, 255, 255, .74);
}

.trial-inquiry-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 880;
  line-height: 1.25;
}

.trial-inquiry-header p {
  margin: 5px 0 0;
  color: #667085;
  font-size: 11px;
  line-height: 1.48;
}

.trial-inquiry-form {
  display: grid;
  gap: 11px;
  padding: 16px 20px 20px;
  background: rgba(248, 250, 252, .86);
}

.trial-inquiry-field {
  padding: 10px;
  border: 1px solid #e3e7ed;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 22px -22px rgba(15, 23, 42, .7);
}

.trial-inquiry-field label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 7px;
  color: #475467;
  font-size: 10px;
  font-weight: 790;
}

.trial-inquiry-field label b {
  padding: 2px 6px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--booking-accent) 10%, #fff);
  color: var(--booking-accent);
  font-size: 8px;
}

.trial-inquiry-field input,
.trial-inquiry-field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 9px 10px;
  border: 1px solid #d9dee7;
  border-radius: 6px;
  outline: 0;
  background: #fbfcfe;
  color: #101828;
  font: inherit;
  font-size: 11px;
}

.trial-inquiry-field textarea { min-height: 72px; resize: vertical; }

.trial-inquiry-field input:focus,
.trial-inquiry-field textarea:focus {
  border-color: var(--booking-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--booking-accent) 13%, transparent);
}

.trial-inquiry-consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 10px 11px;
  border: 1px solid #e3e7ed;
  border-radius: 10px;
  background: #fff;
  color: #596273;
  font-size: 9px;
  line-height: 1.5;
}

.trial-inquiry-consent input {
  margin: 2px 0 0;
  accent-color: var(--booking-accent);
}

.trial-inquiry-status {
  min-height: 0;
  margin: 0;
  color: #198754;
  font-size: 10px;
  font-weight: 760;
  line-height: 1.45;
}

.trial-inquiry-status:empty { display: none; }

.trial-inquiry-submit {
  width: 100%;
  min-height: 42px;
  border: 1px solid color-mix(in srgb, var(--booking-accent) 75%, #111827);
  border-radius: 7px;
  background: color-mix(in srgb, var(--booking-accent) 82%, #111827);
  color: #fff;
  font: inherit;
  font-size: 11px;
  font-weight: 850;
  cursor: pointer;
}

/* Question insight preview mirrors the real analysis dashboard hierarchy. */
.insight-panel .panel-heading {
  margin-bottom: 18px;
}

.insight-content {
  display: grid;
  gap: 14px;
}

.trial-dashboard-shell {
  overflow: hidden;
  border: 1px solid #e5e8ef;
  border-radius: 14px;
  background: #f6f8fb;
  box-shadow: 0 24px 55px -44px rgba(15, 23, 42, .54);
}

.trial-dashboard-head {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 18px;
  border-bottom: 1px solid #e6e9ef;
  background: #fff;
}

.trial-dashboard-brand {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.trial-dashboard-brand > span {
  display: grid;
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  place-items: center;
  border-radius: 8px;
  background: var(--green);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.trial-dashboard-brand div {
  display: grid;
  gap: 1px;
}

.trial-dashboard-brand strong {
  color: #121725;
  font-size: 12px;
  font-weight: 850;
}

.trial-dashboard-brand small {
  color: #7a8293;
  font-size: 9px;
  font-weight: 620;
}

.trial-dashboard-period {
  padding: 5px 8px;
  border: 1px solid #dfe3eb;
  border-radius: 999px;
  background: #f9fafc;
  color: #667085;
  font-size: 8px;
  font-weight: 820;
}

.trial-dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 14px 14px 0;
}

.trial-dashboard-metric {
  display: flex;
  min-width: 0;
  min-height: 92px;
  align-items: center;
  gap: 11px;
  padding: 13px;
  border: 1px solid #e7eaf0;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 8px 22px -22px rgba(15, 23, 42, .64);
}

.trial-dashboard-metric-icon {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border-radius: 9px;
}

.trial-dashboard-metric-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trial-dashboard-metric-icon.is-violet { background: #efebff; color: #6f55ff; }
.trial-dashboard-metric-icon.is-coral { background: #fff0ed; color: #ef6f61; }
.trial-dashboard-metric-icon.is-green { background: #eaf8f1; color: #20a96b; }

.trial-dashboard-metric > div {
  display: grid;
  min-width: 0;
  grid-template-columns: auto auto;
  align-items: baseline;
  gap: 2px 7px;
}

.trial-dashboard-metric small {
  grid-column: 1 / -1;
  overflow: hidden;
  color: #6c7485;
  font-size: 9px;
  font-weight: 690;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.trial-dashboard-metric strong {
  color: #111827;
  font-size: 24px;
  font-weight: 820;
  line-height: 1;
}

.trial-dashboard-metric em {
  color: #27a66b;
  font-size: 8px;
  font-style: normal;
  font-weight: 760;
}

.trial-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 10px;
  padding: 10px 14px 14px;
}

.trial-dashboard-card {
  min-width: 0;
  padding: 15px;
  border: 1px solid #e7eaf0;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 8px 22px -22px rgba(15, 23, 42, .64);
}

.trial-dashboard-trend { grid-column: span 7; }
.trial-dashboard-source { grid-column: span 5; }
.trial-dashboard-signals,
.trial-dashboard-missing { grid-column: span 6; }
.trial-dashboard-journey { grid-column: 1 / -1; }

.trial-dashboard-card-head {
  display: flex;
  min-height: 38px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 13px;
}

.trial-dashboard-card-head small {
  display: block;
  margin-bottom: 3px;
  color: #9aa1af;
  font-size: 7px;
  font-weight: 860;
  letter-spacing: .1em;
}

.trial-dashboard-card-head h3 {
  margin: 0;
  color: #172033;
  font-size: 12px;
  font-weight: 790;
  line-height: 1.3;
  letter-spacing: 0;
}

.trial-dashboard-card-head > span:not(.trial-live-dot) {
  padding: 4px 7px;
  border-radius: 999px;
  background: #f0edff;
  color: #6f55ff;
  font-size: 8px;
  font-weight: 800;
}

.trial-live-dot {
  width: 8px;
  height: 8px;
  margin-top: 4px;
  border-radius: 50%;
  background: #2bc77b;
  box-shadow: 0 0 0 5px rgba(43, 199, 123, .12);
}

.trial-question-trend {
  display: grid;
  height: 132px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: end;
  gap: 7px;
  padding: 12px 10px 0;
  border-radius: 8px;
  background: repeating-linear-gradient(to bottom, transparent 0 31px, #eef1f5 32px);
}

.trial-question-trend > span {
  display: grid;
  height: 100%;
  grid-template-rows: 1fr 15px;
  align-items: end;
  gap: 5px;
}

.trial-question-trend i {
  display: block;
  width: 100%;
  height: var(--trend-height, 12%);
  min-height: 5px;
  border-radius: 4px 4px 2px 2px;
  background: #d9d5fb;
  transition: height .45s cubic-bezier(.16, 1, .3, 1);
}

.trial-question-trend .is-active i { background: linear-gradient(180deg, #8b75ff, #6045e8); }

.trial-question-trend small {
  color: #a1a7b2;
  font-size: 7px;
  text-align: center;
}

.trial-source-list {
  display: grid;
  gap: 11px;
}

.trial-source-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 8px;
}

.trial-source-row > span {
  position: relative;
  min-width: 0;
  min-height: 28px;
  overflow: hidden;
  border-radius: 6px;
  background: #f2f4f7;
}

.trial-source-row > span i {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--source-width, 4%);
  background: #ebe8ff;
}

.trial-source-row.is-primary > span i { background: #ddd7ff; }

.trial-source-row > span b {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 28px;
  align-items: center;
  padding: 0 8px;
  overflow: hidden;
  color: #404858;
  font-size: 8px;
  font-weight: 730;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.trial-source-row strong,
.trial-source-row em {
  color: #20293a;
  font-size: 9px;
  font-style: normal;
  font-weight: 780;
}

.trial-source-row em { min-width: 30px; color: #858c99; text-align: right; }

.trial-dashboard-card .topic-bars {
  display: grid;
  gap: 9px;
}

.trial-dashboard-card .topic-row {
  display: grid;
  grid-template-columns: minmax(74px, .8fr) minmax(90px, 1.3fr) 18px;
  align-items: center;
  gap: 8px;
}

.trial-dashboard-card .topic-label,
.trial-dashboard-card .topic-count {
  color: #515a6b;
  font-size: 8px;
  font-weight: 720;
}

.trial-dashboard-card .bar-track {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #eef0f4;
}

.trial-dashboard-card .bar-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #6f55ff, #42b8f5);
}

.trial-dashboard-card .missing-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trial-dashboard-card .missing-list li {
  position: relative;
  padding: 9px 10px 9px 26px;
  border: 1px solid #f3dcd7;
  border-radius: 7px;
  background: #fff8f6;
  color: #6a4a45;
  font-size: 8px;
  font-weight: 660;
  line-height: 1.45;
}

.trial-dashboard-card .missing-list li::before {
  content: '!';
  position: absolute;
  top: 8px;
  left: 9px;
  display: grid;
  width: 11px;
  height: 11px;
  place-items: center;
  border-radius: 50%;
  background: #ef7568;
  color: #fff;
  font-size: 7px;
  font-weight: 900;
}

.trial-dashboard-card .journey-flow {
  display: flex;
  align-items: center;
  gap: 7px;
  overflow-x: auto;
  padding: 3px 0 5px;
  scrollbar-width: thin;
}

.trial-dashboard-card .journey-node {
  flex: 0 0 auto;
  padding: 7px 10px;
  border: 1px solid #e1e4eb;
  border-radius: 7px;
  background: #f9fafc;
  color: #374052;
  font-size: 8px;
  font-weight: 730;
}

.trial-dashboard-card .journey-arrow { color: #9789e8; font-size: 11px; }

.insight-panel .analysis-note {
  margin-top: 0;
  border: 1px solid #e1e5ed;
  border-radius: 9px;
  background: #f8fafc;
  color: #667085;
}

@media (max-width: 760px) {
  .trial-catalog-detail-sheet {
    grid-template-columns: 1fr;
  }

  .trial-catalog-detail-image {
    min-height: 210px;
    max-height: 260px;
  }

  .trial-catalog-detail-copy {
    padding: 24px 18px 28px;
  }

  .trial-dashboard-metrics {
    grid-template-columns: 1fr;
  }

  .trial-dashboard-metric {
    min-height: 76px;
  }

  .trial-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .trial-dashboard-trend,
  .trial-dashboard-source,
  .trial-dashboard-signals,
  .trial-dashboard-missing,
  .trial-dashboard-journey {
    grid-column: 1;
  }
}

@media (max-width: 420px) {
  .trial-catalog-scroll { padding-inline: 12px; }
  .trial-catalog-grid { gap: 9px; }
  .trial-catalog-card-body { padding-inline: 8px; }
  .trial-catalog-heading p { font-size: 9px; }
  .trial-inquiry-overlay { padding: 18px 9px 12px; }
  .trial-inquiry-form { padding: 14px; }
  .insight-panel { padding-inline: 12px; }
  .trial-dashboard-head { padding-inline: 12px; }
  .trial-dashboard-metrics,
  .trial-dashboard-grid { padding-inline: 10px; }
}

/* Live booking automation shown inside the public-chat trial. */
.trial-booking-demo {
  --booking-accent: #ad8d71;
  --booking-floating-radius: 18px;
  --booking-floating-bg: color-mix(in srgb, var(--booking-accent) 24%, #0f172a);
  --booking-floating-hover-bg: color-mix(in srgb, var(--booking-accent) 32%, #020617);
  --booking-floating-border: color-mix(in srgb, var(--booking-accent) 46%, rgba(15, 23, 42, .16));
  --booking-floating-shadow: 0 22px 54px -30px rgba(2, 6, 23, .72), 0 10px 28px -22px color-mix(in srgb, var(--booking-accent) 68%, transparent), inset 0 1px 0 rgba(255, 255, 255, .22);
  position: absolute;
  inset: 9px;
  z-index: 12;
  overflow: hidden;
  border-radius: 12px;
  pointer-events: none;
  isolation: isolate;
}

.trial-booking-demo[hidden] {
  display: none;
}

.trial-booking-fab-wrap {
  position: absolute;
  right: 14px;
  bottom: 93px;
  z-index: 4;
  display: grid;
  justify-items: end;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(8px) scale(.94);
  transition: opacity .26s ease, transform .42s cubic-bezier(.16, 1, .3, 1), visibility 0s linear .42s;
}

.trial-booking-demo.is-chat-ready .trial-booking-fab-wrap {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: none;
  transition-delay: 0s;
}

.trial-booking-demo.is-sheet-open .trial-booking-fab-wrap {
  pointer-events: none;
}

.trial-booking-fab {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid var(--booking-floating-border);
  border-radius: var(--booking-floating-radius);
  background: var(--booking-floating-bg);
  box-shadow: var(--booking-floating-shadow);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(16px) saturate(1.08);
  -webkit-backdrop-filter: blur(16px) saturate(1.08);
  transition: transform 240ms cubic-bezier(.16, 1, .3, 1), background 240ms cubic-bezier(.16, 1, .3, 1), box-shadow 240ms cubic-bezier(.16, 1, .3, 1);
}

.trial-booking-fab:hover {
  background: var(--booking-floating-hover-bg);
}

.trial-booking-fab:active {
  transform: translateY(1px) scale(.98);
}

.trial-booking-fab-line {
  position: absolute;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 240ms cubic-bezier(.16, 1, .3, 1);
}

.trial-booking-fab-line:last-child {
  transform: rotate(90deg);
}

.trial-booking-demo.is-actions-open .trial-booking-fab-line:first-child {
  transform: rotate(45deg);
}

.trial-booking-demo.is-actions-open .trial-booking-fab-line:last-child {
  transform: rotate(135deg);
}

.trial-booking-fab-actions {
  display: grid;
  justify-items: end;
  gap: 12px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(12px) scale(.96);
  transform-origin: right bottom;
  transition: opacity 260ms cubic-bezier(.16, 1, .3, 1), transform 260ms cubic-bezier(.16, 1, .3, 1), visibility 0s linear 260ms;
}

.trial-booking-demo.is-actions-open .trial-booking-fab-actions {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: none;
  transition-delay: 0s;
}

.trial-booking-action {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 9px;
  min-height: 49px;
  max-width: min(280px, calc(100vw - 32px));
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
  font: inherit;
  font-size: 11px;
  white-space: nowrap;
  cursor: pointer;
}

.trial-booking-action > span {
  order: 1;
  display: inline-flex;
  min-height: 32px;
  max-width: 176px;
  align-items: center;
  justify-content: flex-end;
  padding: 0 9px;
  overflow: hidden;
  border: 1px solid var(--booking-floating-border);
  border-radius: var(--booking-floating-radius);
  background: var(--booking-floating-bg);
  box-shadow: var(--booking-floating-shadow);
  text-align: right;
  text-overflow: ellipsis;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
  backdrop-filter: blur(14px) saturate(1.05);
  -webkit-backdrop-filter: blur(14px) saturate(1.05);
  transition: background 240ms cubic-bezier(.16, 1, .3, 1), box-shadow 240ms cubic-bezier(.16, 1, .3, 1);
}

.trial-booking-action > svg {
  box-sizing: content-box;
  order: 2;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--booking-floating-border);
  border-radius: var(--booking-floating-radius);
  background: var(--booking-floating-bg);
  box-shadow: var(--booking-floating-shadow);
  color: #fff;
  transition: background 240ms cubic-bezier(.16, 1, .3, 1), box-shadow 240ms cubic-bezier(.16, 1, .3, 1);
}

.trial-booking-action:hover > span,
.trial-booking-action:hover > svg {
  background: var(--booking-floating-hover-bg);
}

.trial-booking-demo .trial-booking-action.is-ai-target {
  outline: 0;
  box-shadow: none;
}

.trial-booking-demo .trial-booking-action.is-ai-target > span,
.trial-booking-demo .trial-booking-action.is-ai-target > svg {
  outline: 2px solid color-mix(in srgb, var(--booking-accent) 76%, #fff);
  outline-offset: 3px;
  box-shadow: var(--booking-floating-shadow), 0 0 0 7px color-mix(in srgb, var(--booking-accent) 16%, transparent);
}

.trial-booking-backdrop {
  position: absolute;
  inset: 0;
  z-index: 6;
  background: rgba(12, 17, 36, .38);
  opacity: 0;
  transition: opacity .42s ease;
}

.trial-booking-demo.is-sheet-open .trial-booking-backdrop {
  opacity: 1;
}

.trial-booking-sheet {
  position: absolute;
  right: 7px;
  bottom: 7px;
  left: 7px;
  z-index: 7;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  max-height: calc(100% - 14px);
  overflow: hidden;
  border: 1px solid rgba(210, 215, 228, .9);
  border-radius: 14px;
  background: #f8f9fc;
  box-shadow: 0 28px 62px -28px rgba(5, 10, 28, .68), inset 0 1px 0 #fff;
  color: #161b2c;
  opacity: 0;
  visibility: hidden;
  transform: translateY(calc(100% + 18px)) scale(.985);
  transform-origin: center bottom;
  transition: opacity .36s ease, transform .72s cubic-bezier(.16, 1, .3, 1), visibility 0s linear .72s;
}

.trial-booking-demo.is-sheet-open .trial-booking-sheet {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: none;
  transition-delay: 0s;
}

.trial-booking-sheet-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 15px 10px;
  border-bottom: 1px solid #e8eaf1;
  background: rgba(255, 255, 255, .92);
}

.trial-booking-sheet-head div {
  display: grid;
  gap: 2px;
}

.trial-booking-sheet-head small {
  color: var(--booking-accent);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.trial-booking-sheet-head strong {
  font-size: 17px;
  line-height: 1.2;
}

.trial-booking-sheet-head > span {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid #e0e3eb;
  border-radius: 7px;
  background: #fff;
  color: #687086;
  font-size: 17px;
  line-height: 1;
}

.trial-booking-assist {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  margin: 8px 10px 0;
  padding: 9px 10px;
  border: 1px solid color-mix(in srgb, var(--booking-accent) 20%, #e4e7ef);
  border-radius: 10px;
  background: color-mix(in srgb, var(--booking-accent) 7%, #fff);
}

.trial-booking-assist-orb {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--booking-accent);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  box-shadow: 0 8px 18px -10px rgba(70, 52, 188, .76);
}

.trial-booking-assist div {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.trial-booking-assist b {
  font-size: 10px;
}

.trial-booking-assist p {
  margin: 0;
  overflow: hidden;
  color: #687086;
  font-size: 9px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.trial-booking-assist > i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #39c885;
  box-shadow: 0 0 0 4px rgba(57, 200, 133, .13);
  animation: trial-booking-status 1.5s ease-in-out infinite;
}

.trial-booking-scroll {
  min-height: 0;
  padding: 8px 10px 10px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

.trial-booking-field {
  display: grid;
  gap: 6px;
  margin-bottom: 8px;
  padding: 9px;
  border: 1px solid #e5e8ef;
  border-radius: 10px;
  background: #fff;
}

.trial-booking-field > b,
.trial-booking-field-head > b {
  font-size: 10px;
  font-weight: 850;
}

.trial-booking-field-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.trial-booking-month {
  padding: 4px 7px;
  border-radius: 6px;
  background: #f3f1ff;
  color: #5445d4;
  font-size: 9px;
  white-space: nowrap;
}

.trial-booking-days {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 4px;
}

.trial-booking-days button,
.trial-booking-times button {
  display: grid;
  min-width: 0;
  place-items: center;
  border: 1px solid #e5e7ee;
  border-radius: 7px;
  background: #fafbfe;
  color: #343a4c;
  font: inherit;
  cursor: pointer;
}

.trial-booking-days button:disabled {
  cursor: not-allowed;
}

.trial-booking-days button {
  gap: 2px;
  min-height: 42px;
  padding: 4px 2px;
}

.trial-booking-days span {
  color: #8b91a3;
  font-size: 7px;
  white-space: nowrap;
}

.trial-booking-days b {
  font-size: 11px;
}

.trial-booking-times {
  display: flex;
  gap: 5px;
  overflow: hidden;
}

.trial-booking-times button {
  flex: 1 1 0;
  min-height: 31px;
  padding: 5px;
  font-size: 9px;
  font-weight: 800;
}

.trial-booking-days button.is-selected,
.trial-booking-times button.is-selected {
  border-color: var(--booking-accent);
  background: var(--booking-accent);
  color: #fff;
  box-shadow: 0 8px 18px -12px rgba(76, 58, 211, .78);
}

.trial-booking-days button.is-selected span {
  color: rgba(255, 255, 255, .78);
}

.trial-booking-ready {
  display: none;
  margin: 0 1px 8px;
  padding: 8px 9px;
  border-left: 3px solid #3bc887;
  border-radius: 6px;
  background: #edf9f4;
  color: #235b49;
}

.trial-booking-ready.is-visible {
  display: grid;
  gap: 2px;
  animation: trial-booking-ready-in .42s cubic-bezier(.16, 1, .3, 1) both;
}

.trial-booking-ready b {
  font-size: 9px;
}

.trial-booking-ready span {
  font-size: 8px;
  line-height: 1.35;
}

.trial-booking-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.trial-booking-details label {
  display: grid;
  gap: 4px;
  color: #60677a;
  font-size: 8px;
  font-weight: 800;
}

.trial-booking-details input {
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #dfe3ec;
  border-radius: 7px;
  background: #fff;
  color: #20263a;
  font: inherit;
  pointer-events: auto;
}

.trial-booking-submit {
  min-height: 39px;
  margin: 0 10px 10px;
  border: 0;
  border-radius: 8px;
  background: var(--booking-accent);
  box-shadow: 0 10px 24px -14px rgba(65, 48, 190, .8);
  color: #fff;
  font: inherit;
  font-size: 10px;
  font-weight: 900;
  cursor: pointer;
}

.trial-booking-demo.is-submitted .trial-booking-submit {
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--booking-accent) 18%, transparent), 0 10px 24px -14px rgba(65, 48, 190, .8);
  transform: translateY(-1px);
}

.trial-booking-demo .is-ai-target {
  position: relative;
  z-index: 2;
  outline: 2px solid color-mix(in srgb, var(--booking-accent) 84%, #fff);
  outline-offset: 3px;
  box-shadow: 0 0 0 7px color-mix(in srgb, var(--booking-accent) 16%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--booking-accent) 75%, transparent);
  animation: trial-booking-target-emphasis .53s ease-in-out both;
}

.trial-booking-demo.is-booking-guide .is-ai-target {
  animation-duration: 1.06s;
}

.trial-booking-details input.is-ai-target {
  border-color: var(--booking-accent) !important;
  outline: 2px solid color-mix(in srgb, var(--booking-accent) 88%, #fff) !important;
  outline-offset: 2px;
  box-shadow: 0 0 0 7px color-mix(in srgb, var(--booking-accent) 18%, transparent), 0 12px 26px -17px color-mix(in srgb, var(--booking-accent) 82%, transparent) !important;
}

.trial-booking-demo.is-inquiry-finished .trial-booking-action-secondary {
  border-color: color-mix(in srgb, var(--booking-accent) 52%, #dfe3ec);
  background: color-mix(in srgb, var(--booking-accent) 8%, #fff);
  color: color-mix(in srgb, var(--booking-accent) 74%, #151a2a);
  animation: trial-booking-inquiry-pulse 1.1s cubic-bezier(.16, 1, .3, 1) both;
}

.trial-booking-pointer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 20px;
  height: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, visibility 0s linear .2s;
  will-change: auto;
  isolation: isolate;
}

.trial-booking-pointer::before {
  content: '';
  position: absolute;
  inset: -4px;
  z-index: 0;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--booking-accent) 64%, transparent) 0%,
    color-mix(in srgb, var(--booking-accent) 30%, transparent) 42%,
    transparent 72%
  );
  filter: blur(5px);
  opacity: 0;
  pointer-events: none;
  transform: scale(.62);
}

.trial-booking-pointer.is-visible {
  opacity: 1;
  visibility: visible;
  will-change: transform, opacity;
  transition-delay: 0s;
}

.trial-booking-pointer.is-visible::before {
  animation: trial-action-ai-light-arrival .54s cubic-bezier(.16, 1, .3, 1) both;
}

.trial-booking-pointer > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  place-items: center;
  border: 2px solid var(--booking-accent);
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 18px -10px rgba(38, 24, 132, .72), 0 0 0 3px rgba(255, 255, 255, .62);
  opacity: 0;
  transform: scale(.76);
  transition: opacity .22s ease .18s, transform .34s cubic-bezier(.16, 1, .3, 1) .18s;
}

.trial-booking-pointer.is-visible > span {
  opacity: 1;
  transform: scale(1);
}

.trial-booking-pointer > span::before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--booking-accent);
}

.trial-booking-pointer::after {
  content: attr(data-label);
  position: absolute;
  top: 50%;
  left: 27px;
  min-width: 26px;
  padding: 5px 7px;
  border-radius: 6px;
  background: var(--booking-accent);
  color: #fff;
  box-shadow: 0 8px 16px -9px rgba(46, 31, 145, .8);
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  transform: translateY(-50%);
}

.trial-booking-pointer.has-message::after {
  left: 27px;
  width: 170px;
  min-width: 170px;
  max-width: 170px;
  box-sizing: border-box;
  padding: 7px 9px;
  white-space: normal;
  line-height: 1.35;
  text-align: left;
  transform: translate(-25%, -50%);
}

.trial-booking-pointer > span::after {
  content: '';
  position: absolute;
  inset: -5px;
  border: 2px solid color-mix(in srgb, var(--booking-accent) 55%, transparent);
  border-radius: 50%;
  opacity: 0;
}

.trial-booking-pointer.is-pressing > span {
  animation: trial-booking-pointer-press .25s cubic-bezier(.16, 1, .3, 1) both;
}

.trial-booking-pointer.is-pressing > span::after {
  animation: trial-booking-pointer-ring .37s cubic-bezier(.16, 1, .3, 1) both;
}

.trial-booking-demo[dir="rtl"] .trial-booking-fab-wrap {
  right: auto;
  left: 14px;
}

.trial-booking-demo[dir="rtl"] .trial-booking-pointer::after {
  right: 27px;
  left: auto;
}

.trial-booking-demo[dir="rtl"] .trial-booking-pointer.has-message::after {
  right: 27px;
  left: auto;
  text-align: right;
  transform: translate(25%, -50%);
}

@keyframes trial-booking-status {
  50% { opacity: .45; transform: scale(.82); }
}

@keyframes trial-booking-ready-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: none; }
}

@keyframes trial-booking-pointer-press {
  45% { transform: scale(.78); }
}

@keyframes trial-booking-pointer-ring {
  from { opacity: .72; transform: scale(.72); }
  to { opacity: 0; transform: scale(1.38); }
}

@keyframes trial-booking-inquiry-pulse {
  0% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--booking-accent) 28%, transparent); }
  48% { box-shadow: 0 0 0 8px transparent, 0 13px 26px -17px rgba(43, 31, 132, .54); }
  100% { box-shadow: 0 10px 22px -16px rgba(43, 31, 132, .42); }
}

@keyframes trial-booking-target-emphasis {
  0%, 100% { outline-color: color-mix(in srgb, var(--booking-accent) 72%, #fff); outline-offset: 3px; }
  50% { outline-color: var(--booking-accent); outline-offset: 9px; box-shadow: 0 0 0 9px color-mix(in srgb, var(--booking-accent) 20%, transparent), 0 12px 28px -16px color-mix(in srgb, var(--booking-accent) 85%, transparent); }
}

@keyframes trial-action-ai-light-arrival {
  0% { opacity: 0; transform: scale(.62); }
  42% { opacity: .9; transform: scale(1.02); }
  100% { opacity: 0; transform: scale(1.38); }
}

@media (max-width: 430px) {
  .trial-booking-sheet {
    right: 5px;
    bottom: 5px;
    left: 5px;
    max-height: calc(100% - 10px);
  }

  .trial-booking-sheet-head {
    padding: 11px 12px 8px;
  }

  .trial-booking-assist {
    margin: 6px 8px 0;
    padding: 7px 8px;
  }

  .trial-booking-scroll {
    padding: 6px 8px 8px;
  }

  .trial-booking-field {
    margin-bottom: 6px;
    padding: 7px;
  }

  .trial-booking-submit {
    margin: 0 8px 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trial-booking-fab-wrap,
  .trial-booking-fab-actions,
  .trial-booking-backdrop,
  .trial-booking-sheet,
  .trial-booking-ready.is-visible,
  .trial-booking-assist > i,
  .trial-booking-pointer,
  .trial-booking-pointer.is-pressing > span,
  .trial-booking-pointer.is-pressing > span::after {
    animation: none;
    transition-duration: .01ms;
  }
}

/* Simplified trial: one clear action, with setup and results disclosed only when needed. */
.test-shell {
  width: min(820px, calc(100% - 32px));
  padding-top: 34px;
}

.intro {
  display: block;
  margin: 0 auto 22px;
  padding: 42px 28px 24px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.intro::after {
  content: none;
}

.intro-copy {
  max-width: 720px;
  margin-inline: auto;
}

.intro .eyebrow {
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  box-shadow: none;
}

.intro h1,
html[lang^="ko"] .intro h1,
html[lang^="ja"] .intro h1,
html[lang^="zh"] .intro h1,
html[lang^="ar"] .intro h1,
html[lang^="ur"] .intro h1,
html[lang^="hi"] .intro h1,
html[lang^="bn"] .intro h1,
html[lang^="th"] .intro h1,
html[lang^="de"] .intro h1,
html[lang^="nl"] .intro h1,
html[lang^="pl"] .intro h1,
html[lang^="ru"] .intro h1,
html[lang^="tr"] .intro h1,
html[lang^="ro"] .intro h1,
html[lang^="pt"] .intro h1 {
  max-width: 720px;
  margin: 0 auto;
  font-size: clamp(34px, 5vw, 48px);
  line-height: 1.15;
  letter-spacing: 0;
}

.subtitle {
  max-width: 58ch;
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.65;
}

.workspace-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.workspace-grid .preview-panel {
  order: 0;
}

.trial-prefilled .intro .subtitle {
  display: none;
}

.trial-prefilled .intro {
  padding-bottom: 14px;
}

.panel,
.publish-strip {
  border-radius: 18px;
}

.setup-panel {
  padding: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, .94);
}

.setup-disclosure > summary {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 74px;
  padding: 13px 16px;
  cursor: pointer;
  list-style: none;
}

.setup-disclosure > summary::-webkit-details-marker {
  display: none;
}

.setup-ready-icon,
.setup-edit-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
}

.setup-ready-icon {
  background: #eefaf4;
  color: #15835f;
}

.setup-ready-icon svg,
.setup-edit-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.setup-edit-icon {
  display: inline-flex;
  gap: 7px;
  width: auto;
  min-width: 70px;
  padding: 0 11px;
  border: 1px solid #e3e6ef;
  background: #fff;
  color: #5f6780;
  transition: background .2s ease, transform .2s ease;
}

.setup-edit-label {
  font-size: 12px;
  font-weight: 760;
  line-height: 1;
}

.setup-disclosure[open] .setup-edit-icon {
  transform: rotate(-4deg);
  background: #f2efff;
  color: #6048f0;
}

.setup-ready-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.setup-ready-copy small {
  color: #778097;
  font-size: 11px;
  font-weight: 720;
}

.setup-ready-copy strong {
  overflow: hidden;
  color: #171a33;
  font-size: 15px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.setup-form {
  gap: 10px;
  margin: 0;
  padding: 20px;
  border-top: 1px solid #e8eaf1;
}

.setup-form .training-helper,
.setup-form .field-hint {
  display: none;
}

.setup-form textarea {
  min-height: 142px;
}

.setup-form .privacy-note {
  margin-bottom: 0;
}

.preview-panel {
  padding: clamp(20px, 4vw, 32px);
  background:
    radial-gradient(circle at 84% 3%, rgba(111, 85, 255, .22), transparent 17rem),
    linear-gradient(180deg, #121733, #0b1024);
}

.preview-panel .panel-heading {
  width: min(100%, 540px);
  margin: 0 auto 18px;
}

.preview-panel .panel-heading h2 {
  font-size: clamp(22px, 3.4vw, 30px);
}

.preview-panel .panel-heading p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.5;
}

.phone-stage {
  gap: 12px;
}

.question-bank,
.trial-live-status,
.trial-turnstile,
.chat-composer,
.wow-lab {
  width: min(100%, 540px);
}

.question-bank {
  margin: 4px 0 0;
  padding: 15px 0 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.question-bank h3 {
  position: static;
  width: auto;
  height: auto;
  margin: 0 0 10px;
  overflow: visible;
  clip: auto;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  line-height: 1.45;
  white-space: normal;
}

.question-chips {
  display: flex;
  gap: 7px;
  padding-bottom: 3px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, .34) transparent;
}

.question-chip {
  flex: 0 0 auto;
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .09);
  color: rgba(255, 255, 255, .88);
  white-space: nowrap;
}

.question-chip:hover {
  border-color: rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .16);
  color: #fff;
}

.question-chip:disabled {
  cursor: wait;
  opacity: .45;
  transform: none;
}

.trial-live-status {
  margin-top: 0;
  border-radius: 10px;
  background: rgba(8, 13, 31, .48);
}

.chat-composer {
  order: 0;
  padding: 8px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .10);
}

.chat-composer[hidden] {
  display: none;
}

.chat-composer input {
  height: 46px;
  border-radius: 8px;
}

.send-button {
  width: 46px;
  height: 46px;
  flex-basis: 46px;
  border-radius: 8px;
}

.hero-preview-stack {
  margin-top: 4px;
}

.hero-preview-surface {
  position: relative;
  width: min(100%, 540px);
  padding: 9px;
  border-radius: 18px;
}

.trial-learning-overlay {
  position: absolute;
  inset: 9px;
  z-index: 3;
  display: grid;
  grid-template-rows: 1fr auto auto;
  place-items: center;
  gap: 22px;
  min-height: 0;
  padding: clamp(28px, 7vw, 54px) clamp(22px, 6vw, 42px) 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 12px;
  background-color: #10152b;
  background-image:
    linear-gradient(rgba(139, 127, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139, 127, 255, .055) 1px, transparent 1px);
  background-size: 34px 34px;
  color: #f8f8ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  isolation: isolate;
  opacity: 1;
  transform: translateZ(0);
  transition: opacity .48s cubic-bezier(.16, 1, .3, 1), transform .48s cubic-bezier(.16, 1, .3, 1);
}

.trial-learning-overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 50% 57%, rgba(116, 101, 236, .22), transparent 38%);
  pointer-events: none;
}

.trial-learning-overlay[hidden] {
  display: none;
}

.trial-learning-overlay.is-complete {
  opacity: 0;
  transform: scale(.985) translateZ(0);
}

.trial-learning-visual {
  position: relative;
  display: grid;
  align-self: center;
  width: clamp(126px, 35vw, 154px);
  aspect-ratio: 1;
  place-items: center;
}

.trial-learning-visual::before {
  content: '';
  position: absolute;
  inset: 16%;
  border-radius: 50%;
  background: rgba(154, 140, 255, .32);
  filter: blur(28px);
  opacity: .72;
  animation: trial-learning-orb-breathe 2.8s ease-in-out infinite alternate;
}

.trial-learning-liquid-orb {
  position: relative;
  display: block;
  width: clamp(88px, 25vw, 112px);
  aspect-ratio: 1;
  isolation: isolate;
  filter: drop-shadow(0 18px 28px rgba(7, 8, 26, .3));
}

.trial-learning-liquid-core {
  content: '';
  position: absolute;
  z-index: 3;
  inset: 21%;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    0 0 22px rgba(255, 255, 255, .92),
    inset 0 0 6px rgba(39, 31, 92, .08);
}

.trial-learning-liquid-orb::before,
.trial-learning-liquid-orb::after {
  content: '';
  position: absolute;
  inset: 1%;
  border-radius: 62% 38% 55% 45% / 43% 58% 42% 57%;
  background: linear-gradient(135deg, hsl(154 100% 95%), hsl(308 100% 85%), #7566e8);
  background-size: 200% 200%;
  will-change: transform, border-radius, background-position;
}

.trial-learning-liquid-orb::before {
  z-index: 1;
  opacity: .96;
  animation:
    trial-learning-liquid-morph 3.8s ease-in-out infinite,
    trial-learning-gradient-shift 3s alternate ease-in-out infinite,
    trial-learning-liquid-pulse 2.2s ease-in-out infinite alternate,
    trial-learning-liquid-spin 7s linear infinite;
}

.trial-learning-liquid-orb::after {
  z-index: 2;
  inset: 7%;
  border-radius: 41% 59% 46% 54% / 62% 44% 56% 38%;
  background: linear-gradient(225deg, rgba(224, 255, 246, .96), rgba(255, 187, 240, .92), rgba(117, 102, 232, .88));
  background-size: 220% 220%;
  opacity: .74;
  animation:
    trial-learning-liquid-morph-alt 3.15s ease-in-out infinite reverse,
    trial-learning-gradient-shift 2.6s alternate-reverse ease-in-out infinite,
    trial-learning-liquid-pulse-alt 1.9s ease-in-out infinite alternate,
    trial-learning-liquid-spin-reverse 5.8s linear infinite;
}

.trial-learning-copy {
  align-self: end;
  width: min(100%, 390px);
  text-align: center;
}

.trial-learning-copy > span {
  display: block;
  margin-bottom: 10px;
  color: #afa6ff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.trial-learning-copy > strong {
  display: block;
  color: #fff;
  font-size: clamp(20px, 5.5vw, 26px);
  font-weight: 760;
  line-height: 1.28;
  letter-spacing: 0;
  text-wrap: balance;
}

.trial-learning-copy p {
  min-height: 44px;
  margin: 12px 0 0;
  color: rgba(235, 235, 249, .72);
  font-size: 13px;
  line-height: 1.55;
  text-wrap: balance;
}

.trial-learning-progress {
  width: min(100%, 300px);
  height: 3px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, .11);
}

.trial-learning-progress span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #9c8fff;
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

html[dir="rtl"] .trial-learning-progress span {
  transform-origin: right center;
}

@keyframes trial-learning-progress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes trial-learning-liquid-morph {
  0% { border-radius: 62% 38% 55% 45% / 43% 58% 42% 57%; }
  25% { border-radius: 44% 56% 36% 64% / 61% 39% 57% 43%; }
  50% { border-radius: 36% 64% 58% 42% / 48% 63% 37% 52%; }
  75% { border-radius: 58% 42% 47% 53% / 37% 46% 54% 63%; }
  100% { border-radius: 62% 38% 55% 45% / 43% 58% 42% 57%; }
}

@keyframes trial-learning-liquid-morph-alt {
  0% { border-radius: 41% 59% 46% 54% / 62% 44% 56% 38%; }
  33% { border-radius: 63% 37% 57% 43% / 46% 60% 40% 54%; }
  66% { border-radius: 52% 48% 35% 65% / 38% 53% 47% 62%; }
  100% { border-radius: 41% 59% 46% 54% / 62% 44% 56% 38%; }
}

@keyframes trial-learning-gradient-shift {
  from { background-position: 0% 50%; }
  to { background-position: 100% 50%; }
}

@keyframes trial-learning-liquid-pulse {
  from { scale: 1; }
  to { scale: .92; }
}

@keyframes trial-learning-liquid-pulse-alt {
  from { scale: .9; }
  to { scale: 1.02; }
}

@keyframes trial-learning-liquid-spin {
  from { rotate: 0deg; }
  to { rotate: 360deg; }
}

@keyframes trial-learning-liquid-spin-reverse {
  from { rotate: 360deg; }
  to { rotate: 0deg; }
}

@keyframes trial-learning-orb-breathe {
  from { opacity: .46; transform: scale(.86); }
  to { opacity: .78; transform: scale(1.08); }
}

@media (min-width: 761px) {
  .hero-preview-surface {
    width: min(80%, 432px);
  }
}

.hero-preview-frame {
  height: min(75dvh, 767px);
  min-height: 611px;
  aspect-ratio: auto;
  border-radius: 12px;
}

.chat-preview-loading {
  inset: 9px;
  border-radius: 12px;
}

.trial-preview-meta {
  display: none;
}

.wow-lab[hidden],
.insight-panel[hidden],
.publish-strip[hidden] {
  display: none;
}

.wow-lab {
  margin-top: 4px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.wow-lab-head,
.wow-lab-actions,
.wow-lab-card[data-wow-panel="idle"] {
  display: none;
}

.wow-lab-card {
  min-height: 0;
  border-radius: 12px;
}

.insight-panel {
  padding: clamp(20px, 4vw, 30px);
  animation: trial-section-in .45s cubic-bezier(.16, 1, .3, 1) both;
}

.publish-strip {
  margin-top: 16px;
  padding: clamp(22px, 4vw, 30px);
  animation: trial-section-in .45s .08s cubic-bezier(.16, 1, .3, 1) both;
}

@keyframes trial-section-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 760px) {
  .test-shell {
    width: min(100% - 18px, 820px);
    padding-top: 14px;
  }

  .intro {
    padding: 28px 12px 18px;
  }

  .intro h1,
  html[lang^="ko"] .intro h1,
  html[lang^="ja"] .intro h1,
  html[lang^="zh"] .intro h1,
  html[lang^="ar"] .intro h1,
  html[lang^="ur"] .intro h1,
  html[lang^="hi"] .intro h1,
  html[lang^="bn"] .intro h1,
  html[lang^="th"] .intro h1 {
    max-width: 22rem;
    font-size: clamp(29px, 8.2vw, 38px);
    line-height: 1.2;
  }

  .subtitle {
    max-width: 34ch;
    font-size: 15px;
  }

  .setup-disclosure > summary {
    min-height: 68px;
    padding: 11px 12px;
  }

  .setup-form {
    padding: 16px 14px 18px;
  }

  .preview-panel {
    padding: 18px 12px 20px;
    border-radius: 16px;
  }

  .preview-panel .panel-heading {
    padding-inline: 4px;
  }

  .hero-preview-frame {
    height: min(74dvh, 676px);
    min-height: 546px;
  }

  .trial-learning-overlay {
    gap: 18px;
    padding: 30px 20px 24px;
  }

  .trial-learning-visual {
    width: 126px;
  }

  .trial-learning-copy > strong {
    font-size: 21px;
  }

  .question-chips {
    margin-inline: -2px;
    padding-inline: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .insight-panel,
  .publish-strip {
    animation: none;
  }

  .trial-learning-visual::before {
    animation: none;
  }

  .trial-learning-overlay {
    transition-duration: .01ms;
  }
}

/* The trial booking surface mirrors the public chatbot's calendar and fixed-footer form. */
.trial-booking-prelude {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: flex;
  width: min(310px, calc(100% - 34px));
  box-sizing: border-box;
  align-items: center;
  gap: 11px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .88);
  border-radius: 14px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 22px 48px -28px rgba(8, 15, 40, .74), inset 0 1px 0 #fff;
  color: #1b2134;
  opacity: 0;
  transform: translate3d(-50%, calc(-50% + 10px), 0) scale(.98);
  transition: opacity .23s ease, transform .35s cubic-bezier(.16, 1, .3, 1);
}

.trial-booking-prelude > span {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--booking-accent);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
}

.trial-booking-prelude strong {
  font-size: 11px;
  font-weight: 820;
  line-height: 1.45;
  letter-spacing: 0;
}

.trial-booking-demo.is-running.is-booking-guide:not(.is-sheet-open) .trial-booking-prelude {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) scale(1);
}

.trial-booking-demo.has-fab-pressed .trial-booking-prelude {
  opacity: 0 !important;
  pointer-events: none;
  visibility: hidden;
  transform: translate3d(-50%, calc(-50% - 8px), 0) scale(.98) !important;
}

.trial-booking-demo.is-running.is-booking-guide:not(.is-sheet-open) .trial-booking-fab-wrap {
  transition-delay: .29s;
}

.trial-booking-assist-floating {
  position: absolute;
  top: 5px;
  right: 7px;
  left: 7px;
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px) scale(.985);
  transition: opacity .32s ease, transform .55s cubic-bezier(.16, 1, .3, 1), visibility 0s linear .55s;
}

.trial-booking-demo.is-sheet-open .trial-booking-assist-floating {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition-delay: .12s, .12s, 0s;
}

.trial-booking-assist-floating .trial-booking-assist {
  margin: 0;
  border-radius: 12px 12px 12px 5px;
  background: #fff;
  box-shadow: 0 14px 34px -24px rgba(15, 23, 42, .72), inset 0 1px 0 #fff;
}

.trial-booking-sheet {
  top: 66px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  grid-template-rows: auto minmax(0, 1fr);
  max-height: none;
  border-color: rgba(218, 223, 234, .94);
  border-radius: 21px;
  background: #f6f8fb;
  box-shadow: 0 30px 72px -30px rgba(5, 10, 28, .78), inset 0 1px 0 #fff;
}

.trial-booking-sheet-head {
  align-items: center;
  padding: 13px 14px 11px;
  border-bottom-color: #e7eaf1;
}

.trial-booking-sheet-head > strong {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.trial-booking-close {
  display: grid;
  width: 30px;
  height: 30px;
  padding: 0;
  place-items: center;
  border: 1px solid #dbe1eb;
  border-radius: 50%;
  background: #fff;
  color: #526077;
  font: inherit;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
  transition: background .2s ease, transform .2s ease;
}

.trial-booking-close:hover {
  background: #f0f3f8;
}

.trial-booking-close:active {
  transform: scale(.94);
}

.trial-booking-form {
  display: grid;
  min-height: 0;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
}

.trial-booking-scroll {
  padding: 10px;
  background: #f6f8fb;
  scroll-behavior: smooth;
}

.trial-booking-field {
  gap: 8px;
  margin-bottom: 10px;
  padding: 10px;
  border-color: #e2e7ef;
  border-radius: 15px;
  box-shadow: 0 12px 28px -26px rgba(15, 23, 42, .6), inset 0 1px 0 #fff;
}

.trial-booking-calendar {
  display: grid;
  gap: 6px;
}

.trial-booking-calendar-head {
  display: flex;
  min-height: 27px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.trial-booking-month {
  padding: 4px 7px;
  border-radius: 7px;
  background: color-mix(in srgb, var(--booking-accent) 8%, #fff);
  font-size: 10px;
  font-weight: 850;
}

.trial-booking-calendar-nav {
  display: inline-flex;
  gap: 4px;
}

.trial-booking-calendar-nav button,
.trial-booking-time-nav {
  display: grid;
  width: 25px;
  height: 25px;
  padding: 0;
  place-items: center;
  border: 1px solid #dfe4ed;
  border-radius: 7px;
  background: #fff;
  color: #657087;
  font: inherit;
  font-size: 15px;
  line-height: 1;
}

.trial-booking-weekdays,
.trial-booking-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 3px;
}

.trial-booking-weekdays span {
  color: #8a92a4;
  font-size: 7px;
  font-weight: 760;
  line-height: 1;
  text-align: center;
}

.trial-booking-days button {
  min-height: 27px;
  padding: 2px;
  border-radius: 8px;
  background: #fbfcfe;
}

.trial-booking-days button b {
  font-size: 9px;
  line-height: 1;
}

.trial-booking-days button.is-outside {
  opacity: .28;
}

.trial-booking-days button:disabled {
  border-color: transparent;
  background: transparent;
  color: #aeb4c1;
  opacity: .52;
}

.trial-booking-days button.is-selected {
  border-color: var(--booking-accent);
  background: var(--booking-accent);
  color: #fff;
}

.trial-booking-time-scroll-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 5px;
}

.trial-booking-time-nav {
  width: 24px;
  height: 32px;
}

.trial-booking-times {
  gap: 5px;
  overflow-x: auto;
  scrollbar-width: none;
}

.trial-booking-times::-webkit-scrollbar {
  display: none;
}

.trial-booking-times button {
  flex: 0 0 58px;
  min-height: 32px;
}

.trial-booking-ready {
  margin: 0 0 10px;
  border-left: 0;
  border: 1px solid rgba(48, 177, 121, .2);
  border-radius: 10px;
}

.trial-booking-details {
  grid-template-columns: 1fr;
  gap: 9px;
}

.trial-booking-details label {
  gap: 6px;
  padding: 10px;
  border: 1px solid #e2e7ef;
  border-radius: 15px;
  background: #fff;
  box-shadow: inset 0 1px 0 #fff;
}

.trial-booking-details input {
  height: 36px;
  border-radius: 8px;
}

.trial-booking-footer {
  padding: 9px 10px 10px;
  border-top: 1px solid #e3e7ef;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 -12px 28px -24px rgba(15, 23, 42, .7);
}

.trial-booking-submit {
  width: 100%;
  min-height: 40px;
  margin: 0;
  border-radius: 10px;
}

@media (max-width: 430px) {
  .trial-booking-sheet {
    top: 61px;
    right: 4px;
    bottom: 4px;
    left: 4px;
  }

  .trial-booking-assist-floating {
    top: 4px;
    right: 5px;
    left: 5px;
  }

  .trial-booking-assist-floating .trial-booking-assist {
    margin: 0;
    padding: 7px 8px;
  }

  .trial-booking-sheet-head {
    padding: 10px 11px 9px;
  }

  .trial-booking-scroll {
    padding: 8px;
  }

  .trial-booking-field {
    margin-bottom: 8px;
    padding: 8px;
  }

  .trial-booking-days button {
    min-height: 25px;
  }

  .trial-booking-footer {
    padding: 7px 8px 8px;
  }

  .trial-booking-submit {
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trial-booking-pointer::before {
    display: none;
  }

  .trial-booking-pointer > span,
  .trial-booking-pointer.is-visible > span {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .trial-booking-prelude,
  .trial-booking-assist-floating {
    transition-duration: .01ms;
  }
}
