.page-bookimatic {
  color-scheme: light;
  background: #f8f6f2;
}

.page-bookimatic body {
  background: #f8f6f2;
  color: #111827;
}

.bookimatic-page {
  --bk-ink: #111827;
  --bk-ink-soft: #1d2939;
  --bk-slate: #475467;
  --bk-muted: #667085;
  --bk-paper: #f8f6f2;
  --bk-paper-deep: #f0eee8;
  --bk-surface: #fffefd;
  --bk-line: #dedbd3;
  --bk-line-dark: rgba(255, 255, 255, 0.16);
  --bk-cobalt: #5574e8;
  --bk-cobalt-deep: #3f5ec8;
  --bk-blue-wash: #edf1ff;
  --bk-mint: #72c5a7;
  --bk-mint-wash: #edf8f3;
  overflow: clip;
  background: var(--bk-paper);
  color: var(--bk-ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}

.bookimatic-page,
.bookimatic-page *,
.bookimatic-page *::before,
.bookimatic-page *::after {
  box-sizing: border-box;
}

.bookimatic-page :where(h1, h2, h3, p, figure, ol, ul, dl, dd) {
  margin: 0;
}

.bookimatic-page :where(ol, ul) {
  padding: 0;
  list-style: none;
}

.bookimatic-page :where(a) {
  color: inherit;
  text-decoration: none;
}

.bookimatic-page :where(button) {
  font: inherit;
}

.bookimatic-page :where(button, a, summary):focus-visible {
  outline: 3px solid rgba(85, 116, 232, 0.38);
  outline-offset: 4px;
}

.bookimatic-page :where(section[id], div[id]) {
  scroll-margin-top: calc(var(--header-h, 80px) + 28px);
}

.bookimatic-page .hero,
.bookimatic-page .lifecycle-section,
.bookimatic-page .storefront-section,
.bookimatic-page .customer-section,
.bookimatic-page .merchant-section,
.bookimatic-page .integrations-section,
.bookimatic-page .use-cases-section,
.bookimatic-page .pricing-section,
.bookimatic-page .resources-section,
.bookimatic-page .faq-section,
.bookimatic-page .demo-section {
  position: relative;
}

.bookimatic-page .hero {
  display: grid;
  width: min(1216px, calc(100% - 64px));
  min-height: 700px;
  margin: 0 auto;
  padding: 104px 0 112px;
  grid-template-columns: minmax(370px, 0.83fr) minmax(540px, 1.17fr);
  align-items: center;
  gap: 70px;
}

.bookimatic-page .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: #bdc6d8;
  font-size: 0.66rem;
  font-weight: 720;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.bookimatic-page .eyebrow > span {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: currentColor;
}

.bookimatic-page .ink-eyebrow {
  color: var(--bk-cobalt);
}

.bookimatic-page .hero-copy h1,
.bookimatic-page .lifecycle-intro h2,
.bookimatic-page .storefront-copy h2,
.bookimatic-page .section-heading h2,
.bookimatic-page .merchant-copy h2,
.bookimatic-page .integrations-copy h2,
.bookimatic-page .use-cases-section h2,
.bookimatic-page .pricing-copy h2,
.bookimatic-page .resources-heading h2,
.bookimatic-page .faq-heading h2,
.bookimatic-page .demo-section h2 {
  margin: 0;
  color: inherit;
  font-weight: 520;
  letter-spacing: -0.068em;
  line-height: 0.99;
  text-wrap: balance;
}

.bookimatic-page .hero-copy h1 {
  max-width: 610px;
  font-size: clamp(3.1rem, 4.72vw, 4.75rem);
}

.bookimatic-page .hero-description {
  max-width: 550px;
  margin-top: 27px;
  color: var(--bk-slate);
  font-size: 0.95rem;
  line-height: 1.7;
}

.bookimatic-page .hero-truth {
  display: flex;
  max-width: 550px;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
  padding: 14px 16px;
  border: 1px solid #d8def4;
  border-radius: 8px;
  background: rgba(237, 241, 255, 0.68);
  color: #34466f;
  font-size: 0.75rem;
  font-weight: 570;
  line-height: 1.55;
}

.bookimatic-page .hero-truth > span {
  flex: 0 0 auto;
  color: var(--bk-cobalt);
}

.bookimatic-page .hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 30px;
}

.bookimatic-page .primary-button,
.bookimatic-page .closing-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 18px;
  border: 1px solid var(--bk-cobalt);
  border-radius: 7px;
  background: var(--bk-cobalt);
  color: #fff;
  font-size: 0.77rem;
  font-weight: 670;
  letter-spacing: -0.02em;
  box-shadow: 0 8px 16px rgba(63, 94, 200, 0.14);
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.bookimatic-page .primary-button.large {
  min-height: 50px;
  padding: 0 21px;
  font-size: 0.82rem;
}

.bookimatic-page .primary-button:hover,
.bookimatic-page .primary-button:focus-visible {
  border-color: var(--bk-cobalt-deep);
  background: var(--bk-cobalt-deep);
  box-shadow: 0 12px 22px rgba(63, 94, 200, 0.21);
  transform: translateY(-1px);
}

.bookimatic-page .quiet-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-block: 10px;
  color: var(--bk-ink);
  font-size: 0.77rem;
  font-weight: 660;
  transition: color 160ms ease;
}

.bookimatic-page .quiet-button:hover,
.bookimatic-page .quiet-button:focus-visible {
  color: var(--bk-cobalt);
}

.bookimatic-page .support-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  margin-top: 29px;
  color: var(--bk-muted);
  font-size: 0.66rem;
}

.bookimatic-page .support-line li + li::before {
  margin: 0 9px;
  color: #a7afbd;
  content: "·";
}

.bookimatic-page .hero-system {
  position: relative;
  padding-bottom: 28px;
}

.bookimatic-page .system-window {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #cfd3db;
  border-radius: 13px;
  background: var(--bk-surface);
  box-shadow: 0 24px 46px rgba(16, 24, 40, 0.11), 0 2px 7px rgba(16, 24, 40, 0.04);
}

.bookimatic-page .window-bar {
  display: grid;
  min-height: 42px;
  align-items: center;
  padding: 0 15px;
  grid-template-columns: 1fr auto 1fr;
  border-bottom: 1px solid #e6e7ea;
  background: #fbfbfa;
  color: #798294;
  font-size: 0.53rem;
}

.bookimatic-page .window-dots {
  display: flex;
  gap: 5px;
}

.bookimatic-page .window-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c9cdd5;
}

.bookimatic-page .window-dots i:nth-child(2) {
  background: #d9dce2;
}

.bookimatic-page .window-state {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 6px;
  color: #5a6779;
}

.bookimatic-page .window-state b {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--bk-mint);
}

.bookimatic-page .system-content {
  display: grid;
  min-height: 430px;
  grid-template-columns: 1.12fr 0.88fr;
}

.bookimatic-page .customer-conversation {
  padding: 23px 21px 21px;
  border-right: 1px solid #e5e6e9;
}

.bookimatic-page .conversation-heading {
  display: grid;
  align-items: center;
  gap: 9px;
  margin-bottom: 19px;
  grid-template-columns: 30px 1fr auto;
}

.bookimatic-page .shop-avatar {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 7px;
  background: var(--bk-ink);
  color: var(--bk-paper);
  font-size: 0.7rem;
  font-weight: 700;
}

.bookimatic-page .conversation-heading strong,
.bookimatic-page .conversation-heading span {
  display: block;
}

.bookimatic-page .conversation-heading strong {
  color: #1a2435;
  font-size: 0.65rem;
  letter-spacing: -0.02em;
}

.bookimatic-page .conversation-heading span {
  margin-top: 2px;
  color: #8a93a3;
  font-size: 0.53rem;
}

.bookimatic-page .conversation-heading em {
  color: #9099a8;
  font-size: 0.46rem;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bookimatic-page .message {
  max-width: 88%;
  padding: 10px 11px;
  border-radius: 9px;
  font-size: 0.63rem;
  line-height: 1.48;
}

.bookimatic-page .customer-message {
  margin: 0 0 11px auto;
  border: 1px solid #d9dde6;
  border-bottom-right-radius: 2px;
  background: #f4f6f9;
  color: #263246;
}

.bookimatic-page .customer-message.small {
  margin-top: 10px;
}

.bookimatic-page .ai-message {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-right: auto;
  border: 1px solid #dfe5fb;
  border-bottom-left-radius: 2px;
  background: #f6f8ff;
  color: #243152;
}

.bookimatic-page .ai-message p {
  margin: 0;
}

.bookimatic-page .ai-dot {
  display: grid;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: var(--bk-cobalt);
}

.bookimatic-page .ai-dot img,
.bookimatic-page .assistant-avatar img {
  display: block;
  filter: brightness(0) invert(1);
}

.bookimatic-page .reply-options {
  display: flex;
  gap: 5px;
  margin: 10px 0;
}

.bookimatic-page .reply-options button {
  min-height: 27px;
  padding: 0 9px;
  border: 1px solid #d9dde4;
  border-radius: 5px;
  background: #fff;
  color: #677184;
  cursor: pointer;
  font-size: 0.5rem;
  font-weight: 600;
  transition: color 150ms ease, background 150ms ease, border-color 150ms ease;
}

.bookimatic-page .reply-options button:hover,
.bookimatic-page .reply-options button:focus-visible,
.bookimatic-page .reply-options button.selected {
  border-color: #aebdf0;
  background: #f1f4ff;
  color: var(--bk-cobalt-deep);
}

.bookimatic-page .availability-message {
  margin-bottom: 10px;
}

.bookimatic-page .slot-picker {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, 1fr);
}

.bookimatic-page .slot-picker button {
  min-height: 50px;
  padding: 7px 4px;
  border: 1px solid #d9dde5;
  border-radius: 6px;
  background: #fff;
  color: #394457;
  cursor: pointer;
  text-align: center;
  transition: background 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.bookimatic-page .slot-picker button span,
.bookimatic-page .slot-picker button small {
  display: block;
}

.bookimatic-page .slot-picker button span {
  font-size: 0.56rem;
  font-weight: 700;
}

.bookimatic-page .slot-picker button small {
  margin-top: 3px;
  color: #8992a2;
  font-size: 0.46rem;
}

.bookimatic-page .slot-picker button:hover,
.bookimatic-page .slot-picker button:focus-visible,
.bookimatic-page .slot-picker button.selected {
  border-color: var(--bk-cobalt);
  background: var(--bk-cobalt);
  color: #fff;
  transform: translateY(-1px);
}

.bookimatic-page .slot-picker button.selected small {
  color: rgba(255, 255, 255, 0.76);
}

.bookimatic-page .booking-recap {
  padding: 27px 21px 21px;
  background: #fbfbfa;
}

.bookimatic-page .recap-top {
  display: flex;
  justify-content: space-between;
  color: #778195;
  font-size: 0.54rem;
}

.bookimatic-page .recap-top b {
  color: var(--bk-mint);
  font-size: 0.9rem;
  line-height: 0.35;
}

.bookimatic-page .booking-recap h2 {
  margin: 14px 0 22px;
  color: #172033;
  font-size: 0.98rem;
  font-weight: 650;
  letter-spacing: -0.055em;
}

.bookimatic-page .booking-recap dl {
  display: grid;
  gap: 12px;
}

.bookimatic-page .booking-recap dl div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.bookimatic-page .booking-recap dt {
  color: #818b9a;
  font-size: 0.53rem;
}

.bookimatic-page .booking-recap dd {
  color: #273248;
  font-size: 0.57rem;
  font-weight: 620;
  text-align: right;
}

.bookimatic-page .recap-separator {
  height: 1px;
  margin: 21px 0 15px;
  background: #e4e5e7;
}

.bookimatic-page .payment-row {
  display: flex;
  justify-content: space-between;
  color: #737e8e;
  font-size: 0.53rem;
}

.bookimatic-page .payment-row b {
  color: #41836e;
  font-weight: 660;
}

.bookimatic-page .recap-action {
  display: flex;
  width: 100%;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
  border-radius: 5px;
  background: var(--bk-ink);
  color: #fff;
  font-size: 0.57rem;
  font-weight: 650;
}

.bookimatic-page .booking-recap > p {
  margin-top: 10px;
  color: #8c94a0;
  font-size: 0.47rem;
  line-height: 1.45;
  text-align: center;
}

.bookimatic-page .merchant-popover {
  position: absolute;
  z-index: 2;
  right: -25px;
  bottom: 0;
  width: 270px;
  padding: 14px;
  border: 1px solid #cbd2df;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 30px rgba(16, 24, 40, 0.15);
}

.bookimatic-page .merchant-popover-top {
  display: grid;
  align-items: center;
  gap: 8px;
  grid-template-columns: 23px 1fr auto;
}

.bookimatic-page .merchant-icon {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 6px;
  background: var(--bk-blue-wash);
  color: var(--bk-cobalt);
  font-size: 0.75rem;
}

.bookimatic-page .merchant-popover-top strong,
.bookimatic-page .merchant-popover-top span {
  display: block;
}

.bookimatic-page .merchant-popover-top strong {
  color: #27334a;
  font-size: 0.58rem;
}

.bookimatic-page .merchant-popover-top span {
  margin-top: 1px;
  color: #8892a2;
  font-size: 0.48rem;
}

.bookimatic-page .merchant-popover-top i {
  color: #9099a7;
  font-size: 0.68rem;
  font-style: normal;
  letter-spacing: 0.06em;
}

.bookimatic-page .merchant-popover > p {
  margin: 13px 0 11px;
  color: #344054;
  font-size: 0.57rem;
  line-height: 1.45;
}

.bookimatic-page .merchant-done {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  padding: 8px;
  border-radius: 6px;
  background: var(--bk-mint-wash);
  color: #346b5c;
  font-size: 0.5rem;
  line-height: 1.4;
}

.bookimatic-page .merchant-done b {
  display: grid;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  place-items: center;
  border-radius: 50%;
  background: var(--bk-mint);
  color: #fff;
  font-size: 0.5rem;
}

.bookimatic-page .lifecycle-section,
.bookimatic-page .storefront-section,
.bookimatic-page .customer-section,
.bookimatic-page .merchant-section,
.bookimatic-page .integrations-section,
.bookimatic-page .use-cases-section,
.bookimatic-page .pricing-section,
.bookimatic-page .resources-section,
.bookimatic-page .faq-section,
.bookimatic-page .demo-section {
  padding-right: max(32px, calc((100% - 1216px) / 2));
  padding-left: max(32px, calc((100% - 1216px) / 2));
}

.bookimatic-page .lifecycle-section {
  padding-top: 94px;
  padding-bottom: 102px;
  border-top: 1px solid var(--bk-line);
  background: var(--bk-paper-deep);
}

.bookimatic-page .lifecycle-intro {
  display: grid;
  align-items: end;
  gap: 36px;
  grid-template-columns: 0.85fr 1.15fr;
}

.bookimatic-page .lifecycle-intro .eyebrow {
  align-self: start;
  margin-bottom: 0;
}

.bookimatic-page .lifecycle-intro h2 {
  max-width: 700px;
  font-size: clamp(2.5rem, 3.72vw, 3.8rem);
}

.bookimatic-page .lifecycle-list {
  display: grid;
  margin-top: 64px;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid #c8c5be;
}

.bookimatic-page .lifecycle-item {
  position: relative;
  min-height: 220px;
  padding: 23px 20px 0 0;
  border-right: 1px solid #c8c5be;
}

.bookimatic-page .lifecycle-item:not(:first-child) {
  padding-left: 20px;
}

.bookimatic-page .lifecycle-item:last-child {
  border-right: 0;
}

.bookimatic-page .lifecycle-item > span {
  color: var(--bk-cobalt);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.bookimatic-page .lifecycle-item h3 {
  margin: 47px 0 10px;
  color: var(--bk-ink);
  font-size: 1.08rem;
  font-weight: 620;
  letter-spacing: -0.055em;
}

.bookimatic-page .lifecycle-item p {
  color: var(--bk-muted);
  font-size: 0.7rem;
  line-height: 1.6;
}

.bookimatic-page .storefront-section {
  display: grid;
  padding-top: 136px;
  padding-bottom: 138px;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 92px;
  background: var(--bk-surface);
}

.bookimatic-page .storefront-copy h2 {
  max-width: 560px;
  font-size: clamp(2.5rem, 3.62vw, 3.72rem);
}

.bookimatic-page .storefront-copy > p:not(.eyebrow),
.bookimatic-page .integrations-copy > p:not(.eyebrow),
.bookimatic-page .pricing-copy > p:not(.eyebrow),
.bookimatic-page .resources-heading > p:not(.eyebrow),
.bookimatic-page .faq-heading > p:not(.eyebrow) {
  max-width: 530px;
  margin-top: 25px;
  color: var(--bk-slate);
  font-size: 0.88rem;
  line-height: 1.72;
}

.bookimatic-page .inline-link,
.bookimatic-page .inverted-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 29px;
  font-size: 0.76rem;
  font-weight: 670;
  transition: color 160ms ease;
}

.bookimatic-page .inline-link {
  color: var(--bk-cobalt-deep);
}

.bookimatic-page .inline-link:hover,
.bookimatic-page .inline-link:focus-visible {
  color: var(--bk-ink);
}

.bookimatic-page .journey-comparison {
  display: grid;
  gap: 11px;
  grid-template-columns: 1fr 1fr;
}

.bookimatic-page .comparison-card {
  min-height: 330px;
  padding: 21px;
  border-radius: 10px;
}

.bookimatic-page .comparison-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 17px;
  border-bottom: 1px solid currentColor;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.bookimatic-page .comparison-card header b {
  padding: 5px 7px;
  border-radius: 99px;
  font-size: 0.45rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.bookimatic-page .comparison-card ol {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.bookimatic-page .comparison-card li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.66rem;
  line-height: 1.4;
}

.bookimatic-page .comparison-card li i {
  display: grid;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  place-items: center;
  border-radius: 50%;
  font-size: 0.47rem;
  font-style: normal;
  font-weight: 700;
}

.bookimatic-page .old-way {
  border: 1px solid #e3ded5;
  background: #f4f1ec;
  color: #737982;
}

.bookimatic-page .old-way header {
  border-color: #d4cfc7;
}

.bookimatic-page .old-way header b,
.bookimatic-page .old-way li i {
  background: #e2ddd5;
  color: #8e969f;
}

.bookimatic-page .new-way {
  border: 1px solid #d6def9;
  background: var(--bk-blue-wash);
  color: #28385d;
}

.bookimatic-page .new-way header {
  border-color: #cad4f3;
}

.bookimatic-page .new-way header b {
  background: #d9e2ff;
  color: var(--bk-cobalt-deep);
}

.bookimatic-page .new-way li i {
  background: var(--bk-cobalt);
  color: #fff;
}

.bookimatic-page .customer-section {
  padding-top: 128px;
  padding-bottom: 128px;
  background: var(--bk-paper);
}

.bookimatic-page .section-heading {
  display: grid;
  gap: 35px;
  grid-template-columns: 0.83fr 1.17fr;
}

.bookimatic-page .section-heading .eyebrow {
  align-self: start;
}

.bookimatic-page .section-heading h2 {
  max-width: 700px;
  font-size: clamp(2.5rem, 3.72vw, 3.8rem);
}

.bookimatic-page .feature-grid {
  display: grid;
  gap: 10px;
  margin-top: 68px;
  grid-template-columns: repeat(4, 1fr);
}

.bookimatic-page .feature-card {
  position: relative;
  min-height: 350px;
  padding: 21px;
  overflow: hidden;
  border: 1px solid var(--bk-line);
  border-radius: 10px;
  background: var(--bk-surface);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.bookimatic-page .feature-card:hover {
  box-shadow: 0 16px 26px rgba(16, 24, 40, 0.09);
  transform: translateY(-3px);
}

.bookimatic-page .feature-number {
  color: var(--bk-cobalt);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.bookimatic-page .feature-card h3 {
  margin: 43px 0 11px;
  color: #1a2435;
  font-size: 1.12rem;
  font-weight: 620;
  letter-spacing: -0.058em;
  line-height: 1.08;
}

.bookimatic-page .feature-card > p {
  color: var(--bk-muted);
  font-size: 0.7rem;
  line-height: 1.6;
}

.bookimatic-page .feature-detail {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  min-height: 64px;
  border-radius: 7px;
}

.bookimatic-page .intent-detail {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px;
  border: 1px solid #e2e5eb;
  background: #f6f7f9;
  color: #566072;
  font-size: 0.58rem;
  line-height: 1.4;
}

.bookimatic-page .intent-detail i {
  color: var(--bk-cobalt);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 0.4;
}

.bookimatic-page .recommendation-detail {
  padding: 12px;
  border: 1px solid #d3ddfb;
  background: #f6f8ff;
}

.bookimatic-page .recommendation-detail b,
.bookimatic-page .recommendation-detail span {
  display: block;
}

.bookimatic-page .recommendation-detail b {
  margin-bottom: 7px;
  color: var(--bk-cobalt-deep);
  font-size: 0.47rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bookimatic-page .recommendation-detail span {
  color: #405074;
  font-size: 0.59rem;
  font-weight: 620;
}

.bookimatic-page .time-detail {
  display: grid;
  align-items: center;
  gap: 4px 7px;
  padding: 12px;
  grid-template-columns: auto 1fr auto 1fr;
  background: #f7f7f5;
  color: #8b93a0;
  font-size: 0.52rem;
}

.bookimatic-page .time-detail b {
  padding: 6px;
  border: 1px solid #ced7f5;
  border-radius: 4px;
  background: #fff;
  color: var(--bk-cobalt-deep);
  font-size: 0.52rem;
  text-align: center;
}

.bookimatic-page .confirmation-detail {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px;
  background: var(--bk-mint-wash);
  color: #4c796b;
  font-size: 0.57rem;
  font-weight: 620;
}

.bookimatic-page .confirmation-detail b {
  display: grid;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  place-items: center;
  border-radius: 50%;
  background: var(--bk-mint);
  color: #fff;
  font-size: 0.64rem;
}

.bookimatic-page .merchant-section {
  display: grid;
  padding-top: 134px;
  padding-bottom: 134px;
  grid-template-columns: 0.87fr 1.13fr;
  align-items: center;
  gap: 82px;
  background: var(--bk-ink);
  color: var(--bk-paper);
}

.bookimatic-page .merchant-copy h2 {
  max-width: 570px;
  font-size: clamp(2.5rem, 3.72vw, 3.8rem);
}

.bookimatic-page .merchant-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin-top: 24px;
  color: #b3bdcf;
  font-size: 0.88rem;
  line-height: 1.72;
}

.bookimatic-page .inverted-link {
  color: #bdd0ff;
}

.bookimatic-page .inverted-link:hover,
.bookimatic-page .inverted-link:focus-visible {
  color: #fff;
}

.bookimatic-page .merchant-console {
  overflow: hidden;
  border: 1px solid rgba(210, 220, 243, 0.22);
  border-radius: 11px;
  background: #202b40;
  box-shadow: 0 23px 46px rgba(0, 0, 0, 0.22);
}

.bookimatic-page .console-topbar {
  display: grid;
  min-height: 41px;
  align-items: center;
  padding: 0 14px;
  grid-template-columns: 1fr auto 1fr;
  border-bottom: 1px solid rgba(210, 220, 243, 0.15);
  color: #9ba8bd;
  font-size: 0.52rem;
}

.bookimatic-page .console-topbar b {
  color: #dce5f5;
  font-size: 0.53rem;
  font-weight: 600;
}

.bookimatic-page .console-topbar i {
  justify-self: end;
  color: #8996ab;
  font-size: 0.85rem;
  font-style: normal;
}

.bookimatic-page .console-body {
  display: grid;
  min-height: 350px;
  grid-template-columns: 128px 1fr;
}

.bookimatic-page .console-navigation {
  display: grid;
  align-content: start;
  gap: 3px;
  padding: 17px 10px;
  border-right: 1px solid rgba(210, 220, 243, 0.12);
}

.bookimatic-page .console-navigation span {
  padding: 8px;
  border-radius: 4px;
  color: #9ba8bc;
  font-size: 0.52rem;
}

.bookimatic-page .console-navigation span.active {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.bookimatic-page .console-workspace {
  padding: 22px 21px;
}

.bookimatic-page .console-workspace > p {
  margin-bottom: 10px;
  color: #b9c5d7;
  font-size: 0.58rem;
}

.bookimatic-page .assistant-mode {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  color: #92a8f7;
  font-size: 0.47rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bookimatic-page .command-response {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 12px;
  border: 1px solid rgba(184, 198, 226, 0.17);
  border-radius: 7px;
  background: rgba(11, 18, 31, 0.32);
}

.bookimatic-page .assistant-avatar {
  display: grid;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  place-items: center;
  overflow: hidden;
  border-radius: 6px;
  background: #6682ed;
}

.bookimatic-page .command-response small,
.bookimatic-page .command-response strong {
  display: block;
}

.bookimatic-page .command-response small {
  color: #8695ac;
  font-size: 0.48rem;
}

.bookimatic-page .command-response strong {
  margin-top: 4px;
  color: #edf2fc;
  font-size: 0.58rem;
  font-weight: 520;
  line-height: 1.45;
}

.bookimatic-page .completed-response {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-top: 9px;
  padding: 10px;
  border: 1px solid rgba(114, 197, 167, 0.23);
  border-radius: 6px;
  background: rgba(114, 197, 167, 0.09);
  color: #b9e3d4;
  font-size: 0.52rem;
  line-height: 1.45;
}

.bookimatic-page .completed-response b {
  display: grid;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  place-items: center;
  border-radius: 50%;
  background: var(--bk-mint);
  color: #fff;
  font-size: 0.51rem;
}

.bookimatic-page .rule-summary {
  margin-top: 17px;
  border-top: 1px solid rgba(210, 220, 243, 0.14);
}

.bookimatic-page .rule-summary > span {
  display: block;
  margin: 12px 0 7px;
  color: #8492a7;
  font-size: 0.47rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bookimatic-page .rule-summary div {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  border-bottom: 1px solid rgba(210, 220, 243, 0.1);
}

.bookimatic-page .rule-summary b {
  color: #cbd5e6;
  font-size: 0.52rem;
  font-weight: 520;
}

.bookimatic-page .rule-summary em {
  color: #8ce0c2;
  font-size: 0.47rem;
  font-style: normal;
}

.bookimatic-page .review-draft {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 14px;
  color: #c8d5ff;
  font-size: 0.52rem;
  font-weight: 650;
}

.bookimatic-page .command-choices {
  display: flex;
  gap: 6px;
  padding: 11px;
  border-top: 1px solid rgba(210, 220, 243, 0.12);
  background: rgba(9, 15, 25, 0.2);
}

.bookimatic-page .command-choices button {
  padding: 7px 8px;
  border: 1px solid rgba(210, 220, 243, 0.2);
  border-radius: 4px;
  background: transparent;
  color: #a4b0c2;
  cursor: pointer;
  font-size: 0.48rem;
  font-weight: 600;
  transition: border-color 150ms ease, background 150ms ease, color 150ms ease;
}

.bookimatic-page .command-choices button:hover,
.bookimatic-page .command-choices button:focus-visible,
.bookimatic-page .command-choices button.active {
  border-color: #748df1;
  background: rgba(85, 116, 232, 0.18);
  color: #e1e8ff;
}

.bookimatic-page .integrations-section {
  display: grid;
  padding-top: 120px;
  padding-bottom: 120px;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 85px;
  background: var(--bk-surface);
}

.bookimatic-page .integrations-copy h2 {
  max-width: 550px;
  font-size: clamp(2.45rem, 3.45vw, 3.55rem);
}

.bookimatic-page .integration-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

.bookimatic-page .integration-grid li {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  border: 1px solid #e2dfd7;
  border-radius: 8px;
  background: #fff;
  color: #475467;
  font-size: 0.66rem;
  font-weight: 620;
  letter-spacing: -0.025em;
  text-align: center;
}

.bookimatic-page .shopify-tile b {
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 4px;
  background: #1b7b50;
  color: #fff;
  font-size: 0.64rem;
}

.bookimatic-page .use-cases-section {
  display: grid;
  padding-top: 92px;
  padding-bottom: 93px;
  grid-template-columns: 0.83fr 1.17fr;
  align-items: end;
  gap: 65px;
  border-top: 1px solid var(--bk-line);
  background: var(--bk-paper-deep);
}

.bookimatic-page .use-cases-section h2 {
  max-width: 560px;
  font-size: clamp(2.28rem, 3.13vw, 3.18rem);
}

.bookimatic-page .use-case-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #cfcac1;
}

.bookimatic-page .use-case-list span {
  padding: 18px 6px;
  border-bottom: 1px solid #cfcac1;
  color: #404d62;
  font-size: 0.9rem;
  font-weight: 560;
  letter-spacing: -0.04em;
}

.bookimatic-page .use-case-list span:nth-child(odd) {
  padding-left: 0;
}

.bookimatic-page .pricing-section {
  display: grid;
  padding-top: 122px;
  padding-bottom: 122px;
  grid-template-columns: 1fr 0.86fr;
  align-items: center;
  gap: 92px;
  background: var(--bk-surface);
}

.bookimatic-page .pricing-copy h2 {
  max-width: 670px;
  font-size: clamp(2.5rem, 3.65vw, 3.72rem);
}

.bookimatic-page .status-card {
  overflow: hidden;
  border: 1px solid #d7def6;
  border-radius: 12px;
  background: var(--bk-blue-wash);
  box-shadow: 0 18px 38px rgba(63, 94, 200, 0.08);
}

.bookimatic-page .status-card div {
  display: grid;
  gap: 12px;
  padding: 22px 24px;
  grid-template-columns: 0.85fr 1.15fr;
  border-bottom: 1px solid #d7def6;
}

.bookimatic-page .status-card div:last-child {
  border-bottom: 0;
}

.bookimatic-page .status-card dt {
  color: #7180a5;
  font-size: 0.62rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.bookimatic-page .status-card dd {
  color: #26395f;
  font-size: 0.76rem;
  font-weight: 650;
  text-align: right;
}

.bookimatic-page .resources-section {
  padding-top: 126px;
  padding-bottom: 126px;
  background: var(--bk-paper);
}

.bookimatic-page .resources-heading {
  display: grid;
  max-width: 780px;
  margin-inline: auto;
  justify-items: center;
  text-align: center;
}

.bookimatic-page .resources-heading h2 {
  font-size: clamp(2.5rem, 3.72vw, 3.8rem);
}

.bookimatic-page .resources-heading > p:not(.eyebrow) {
  margin-inline: auto;
}

.bookimatic-page .resource-grid {
  display: grid;
  gap: 10px;
  margin-top: 62px;
  grid-template-columns: repeat(3, 1fr);
}

.bookimatic-page .resource-card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 25px;
  border: 1px solid var(--bk-line);
  border-radius: 10px;
  background: var(--bk-surface);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.bookimatic-page .resource-card:hover,
.bookimatic-page .resource-card:focus-visible {
  border-color: #c7d1f6;
  box-shadow: 0 17px 30px rgba(16, 24, 40, 0.08);
  transform: translateY(-3px);
}

.bookimatic-page .resource-card > span {
  color: var(--bk-cobalt);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bookimatic-page .resource-card h3 {
  margin-top: 43px;
  color: var(--bk-ink);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1.08;
}

.bookimatic-page .resource-card p {
  margin-top: 14px;
  color: var(--bk-muted);
  font-size: 0.74rem;
  line-height: 1.62;
}

.bookimatic-page .resource-card strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 30px;
  color: var(--bk-cobalt-deep);
  font-size: 0.7rem;
  font-weight: 670;
}

.bookimatic-page .resource-card strong i {
  font-style: normal;
}

.bookimatic-page .future-resources {
  display: grid;
  align-items: start;
  gap: 30px;
  margin-top: 22px;
  padding-top: 24px;
  grid-template-columns: 0.34fr 1fr;
  border-top: 1px solid #d2cec6;
}

.bookimatic-page .future-resources > span {
  color: var(--bk-muted);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bookimatic-page .future-resources ul {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(4, 1fr);
}

.bookimatic-page .future-resources li {
  display: grid;
  gap: 5px;
  color: #626b79;
  font-size: 0.7rem;
  font-weight: 570;
}

.bookimatic-page .future-resources small {
  color: #9aa1ac;
  font-size: 0.5rem;
  font-weight: 520;
}

.bookimatic-page .faq-section {
  display: grid;
  padding-top: 122px;
  padding-bottom: 128px;
  grid-template-columns: 0.77fr 1.23fr;
  align-items: start;
  gap: 95px;
  border-top: 1px solid var(--bk-line);
  background: var(--bk-paper-deep);
}

.bookimatic-page .faq-heading {
  position: sticky;
  top: calc(var(--header-h, 80px) + 35px);
}

.bookimatic-page .faq-heading h2 {
  max-width: 540px;
  font-size: clamp(2.45rem, 3.45vw, 3.5rem);
}

.bookimatic-page .faq-list {
  border-top: 1px solid #c8c5be;
}

.bookimatic-page .faq-list details {
  border-bottom: 1px solid #c8c5be;
}

.bookimatic-page .faq-list summary {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 3px;
  color: #253147;
  cursor: pointer;
  font-size: 0.93rem;
  font-weight: 620;
  letter-spacing: -0.035em;
  list-style: none;
}

.bookimatic-page .faq-list summary::-webkit-details-marker {
  display: none;
}

.bookimatic-page .faq-list summary span {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.bookimatic-page .faq-list summary span::before,
.bookimatic-page .faq-list summary span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: var(--bk-cobalt-deep);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 160ms ease;
}

.bookimatic-page .faq-list summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.bookimatic-page .faq-list details[open] summary span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.bookimatic-page .faq-list details > p {
  max-width: 650px;
  padding: 0 40px 24px 3px;
  color: var(--bk-muted);
  font-size: 0.78rem;
  line-height: 1.7;
}

.bookimatic-page .demo-section {
  display: grid;
  padding-top: 112px;
  padding-bottom: 112px;
  grid-template-columns: 1fr 0.65fr;
  align-items: center;
  gap: 84px;
  background: #354c9e;
  color: #fff;
}

.bookimatic-page .demo-section .eyebrow {
  color: #cbd8ff;
}

.bookimatic-page .demo-section h2 {
  max-width: 700px;
  font-size: clamp(2.6rem, 3.97vw, 4rem);
}

.bookimatic-page .demo-section > div > p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 21px;
  color: #d1dbf8;
  font-size: 0.88rem;
  line-height: 1.7;
}

.bookimatic-page .closing-actions {
  display: grid;
  gap: 9px;
  justify-self: end;
  min-width: min(100%, 260px);
}

.bookimatic-page .closing-button {
  width: 100%;
  min-height: 49px;
}

.bookimatic-page .closing-button--light {
  border-color: #fff;
  background: #fff;
  color: #2a408f;
  box-shadow: none;
}

.bookimatic-page .closing-button--light:hover,
.bookimatic-page .closing-button--light:focus-visible {
  background: #eef2ff;
  transform: translateY(-1px);
}

.bookimatic-page .closing-button--outline {
  border-color: rgba(255, 255, 255, 0.45);
  background: transparent;
  color: #fff;
  box-shadow: none;
}

.bookimatic-page .closing-button--outline:hover,
.bookimatic-page .closing-button--outline:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

@media (max-width: 1080px) {
  .bookimatic-page .hero {
    grid-template-columns: minmax(330px, 0.84fr) minmax(480px, 1.16fr);
    gap: 44px;
  }

  .bookimatic-page .hero-system {
    transform: scale(0.95);
    transform-origin: right center;
  }

  .bookimatic-page .merchant-popover {
    right: -7px;
  }

  .bookimatic-page .merchant-section,
  .bookimatic-page .pricing-section,
  .bookimatic-page .faq-section {
    gap: 55px;
  }
}

@media (max-width: 880px) {
  .bookimatic-page .hero {
    width: min(100% - 40px, 1216px);
    min-height: auto;
    padding: 78px 0 92px;
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .bookimatic-page .hero-copy {
    max-width: 700px;
  }

  .bookimatic-page .hero-system {
    width: 100%;
    max-width: 700px;
    transform: none;
  }

  .bookimatic-page .lifecycle-section,
  .bookimatic-page .storefront-section,
  .bookimatic-page .customer-section,
  .bookimatic-page .merchant-section,
  .bookimatic-page .integrations-section,
  .bookimatic-page .use-cases-section,
  .bookimatic-page .pricing-section,
  .bookimatic-page .resources-section,
  .bookimatic-page .faq-section,
  .bookimatic-page .demo-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .bookimatic-page .lifecycle-intro,
  .bookimatic-page .section-heading,
  .bookimatic-page .storefront-section,
  .bookimatic-page .merchant-section,
  .bookimatic-page .integrations-section,
  .bookimatic-page .use-cases-section,
  .bookimatic-page .pricing-section,
  .bookimatic-page .faq-section,
  .bookimatic-page .demo-section {
    grid-template-columns: 1fr;
  }

  .bookimatic-page .lifecycle-section,
  .bookimatic-page .customer-section,
  .bookimatic-page .merchant-section,
  .bookimatic-page .resources-section,
  .bookimatic-page .faq-section {
    padding-top: 86px;
    padding-bottom: 88px;
  }

  .bookimatic-page .storefront-section,
  .bookimatic-page .integrations-section,
  .bookimatic-page .pricing-section,
  .bookimatic-page .demo-section {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .bookimatic-page .lifecycle-intro,
  .bookimatic-page .section-heading {
    gap: 21px;
  }

  .bookimatic-page .lifecycle-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .bookimatic-page .lifecycle-item:nth-child(3) {
    border-right: 0;
  }

  .bookimatic-page .lifecycle-item:nth-child(n + 4) {
    min-height: 190px;
    padding-left: 0;
    border-top: 1px solid #c8c5be;
  }

  .bookimatic-page .storefront-section,
  .bookimatic-page .merchant-section,
  .bookimatic-page .integrations-section,
  .bookimatic-page .pricing-section,
  .bookimatic-page .faq-section,
  .bookimatic-page .demo-section {
    gap: 48px;
  }

  .bookimatic-page .feature-grid {
    margin-top: 48px;
    grid-template-columns: repeat(2, 1fr);
  }

  .bookimatic-page .merchant-console {
    max-width: 680px;
  }

  .bookimatic-page .resource-grid {
    grid-template-columns: 1fr;
  }

  .bookimatic-page .resource-card {
    min-height: 235px;
  }

  .bookimatic-page .future-resources {
    grid-template-columns: 1fr;
  }

  .bookimatic-page .faq-heading {
    position: static;
  }

  .bookimatic-page .closing-actions {
    justify-self: start;
  }
}

@media (max-width: 600px) {
  .bookimatic-page .hero {
    width: min(100% - 32px, 1216px);
    padding-top: 58px;
    padding-bottom: 70px;
    gap: 44px;
  }

  .bookimatic-page .hero-copy h1,
  .bookimatic-page .lifecycle-intro h2,
  .bookimatic-page .storefront-copy h2,
  .bookimatic-page .section-heading h2,
  .bookimatic-page .merchant-copy h2,
  .bookimatic-page .integrations-copy h2,
  .bookimatic-page .use-cases-section h2,
  .bookimatic-page .pricing-copy h2,
  .bookimatic-page .resources-heading h2,
  .bookimatic-page .faq-heading h2,
  .bookimatic-page .demo-section h2 {
    font-size: clamp(2.45rem, 12vw, 3.35rem);
  }

  .bookimatic-page .hero-description {
    font-size: 0.88rem;
  }

  .bookimatic-page .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .bookimatic-page .support-line {
    line-height: 1.5;
  }

  .bookimatic-page .system-content {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .bookimatic-page .customer-conversation {
    border-right: 0;
    border-bottom: 1px solid #e5e6e9;
  }

  .bookimatic-page .booking-recap {
    min-height: 320px;
  }

  .bookimatic-page .merchant-popover {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 24px);
    margin: -12px auto 0;
  }

  .bookimatic-page .window-bar {
    padding-inline: 10px;
    grid-template-columns: auto 1fr;
    gap: 9px;
  }

  .bookimatic-page .window-bar > span:nth-child(2) {
    text-align: center;
  }

  .bookimatic-page .window-state {
    display: none;
  }

  .bookimatic-page .conversation-heading {
    grid-template-columns: 30px 1fr;
  }

  .bookimatic-page .conversation-heading em {
    display: none;
  }

  .bookimatic-page .lifecycle-list {
    margin-top: 45px;
    grid-template-columns: 1fr;
  }

  .bookimatic-page .lifecycle-item,
  .bookimatic-page .lifecycle-item:not(:first-child),
  .bookimatic-page .lifecycle-item:nth-child(n + 4) {
    min-height: auto;
    padding: 18px 0 20px;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #c8c5be;
  }

  .bookimatic-page .lifecycle-item h3 {
    margin: 20px 0 7px;
  }

  .bookimatic-page .journey-comparison,
  .bookimatic-page .feature-grid,
  .bookimatic-page .integration-grid,
  .bookimatic-page .use-case-list,
  .bookimatic-page .future-resources ul {
    grid-template-columns: 1fr;
  }

  .bookimatic-page .comparison-card {
    min-height: 280px;
  }

  .bookimatic-page .feature-card {
    min-height: 290px;
  }

  .bookimatic-page .console-body {
    grid-template-columns: 1fr;
  }

  .bookimatic-page .console-navigation {
    display: flex;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(210, 220, 243, 0.12);
  }

  .bookimatic-page .console-navigation span {
    white-space: nowrap;
  }

  .bookimatic-page .command-choices {
    flex-wrap: wrap;
  }

  .bookimatic-page .integration-grid li {
    min-height: 72px;
  }

  .bookimatic-page .use-cases-section {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .bookimatic-page .use-case-list span {
    padding-left: 0;
  }

  .bookimatic-page .status-card div {
    grid-template-columns: 1fr;
  }

  .bookimatic-page .status-card dd {
    text-align: left;
  }

  .bookimatic-page .resources-heading {
    justify-items: start;
    text-align: left;
  }

  .bookimatic-page .resources-heading > p:not(.eyebrow) {
    margin-inline: 0;
  }

  .bookimatic-page .future-resources ul {
    gap: 13px;
  }

  .bookimatic-page .faq-list summary {
    min-height: 70px;
    font-size: 0.86rem;
  }

  .bookimatic-page .faq-list details > p {
    padding-right: 8px;
  }

  .bookimatic-page .closing-actions {
    width: 100%;
    min-width: 0;
  }
}

@media (forced-colors: active) {
  .bookimatic-page .primary-button,
  .bookimatic-page .closing-button,
  .bookimatic-page .recap-action,
  .bookimatic-page .slot-picker button.selected {
    border: 1px solid ButtonText;
  }

  .bookimatic-page .window-state b,
  .bookimatic-page .eyebrow > span,
  .bookimatic-page .faq-list summary span::before,
  .bookimatic-page .faq-list summary span::after {
    background: CanvasText;
  }
}

@media print {
  .bookimatic-page {
    overflow: visible;
  }

  .bookimatic-page .hero,
  .bookimatic-page .lifecycle-section,
  .bookimatic-page .storefront-section,
  .bookimatic-page .customer-section,
  .bookimatic-page .merchant-section,
  .bookimatic-page .integrations-section,
  .bookimatic-page .use-cases-section,
  .bookimatic-page .pricing-section,
  .bookimatic-page .resources-section,
  .bookimatic-page .faq-section,
  .bookimatic-page .demo-section {
    padding: 32px 20px;
    break-inside: avoid;
  }

  .bookimatic-page .merchant-section,
  .bookimatic-page .demo-section {
    border: 1px solid #333;
    background: #fff;
    color: #111;
  }

  .bookimatic-page .merchant-copy > p:not(.eyebrow),
  .bookimatic-page .demo-section > div > p:not(.eyebrow) {
    color: #333;
  }

  .bookimatic-page .hero-actions,
  .bookimatic-page .command-choices,
  .bookimatic-page .closing-actions {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bookimatic-page,
  .bookimatic-page *,
  .bookimatic-page *::before,
  .bookimatic-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
