@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;800&family=DM+Mono:wght@400;500&display=swap");

:root {
  --biz-card-1: #0f172a;
  --biz-card-2: #15803d;
  --biz-card-3: #1d4ed8;
  --biz-card-4: #785f47;
}

.biz-sticky-cards {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  background-color: #ffffff;
  perspective: 1000px;
}

.biz-sticky-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(920px, calc(100% - 48px));
  height: min(520px, 62svh);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-radius: 1rem;
  color: #fff;
  transform-origin: center bottom;
  will-change: transform;
}

.biz-sticky-card .col {
  flex: 1;
  height: 100%;
  min-width: 0;
}

.biz-sticky-card .col:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.5rem;
}

.biz-sticky-card .col:nth-child(2) {
  border-radius: 0.75rem;
  overflow: hidden;
}

.biz-sticky-card .col:nth-child(2) > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ── Card 1: Risevra map + profile mockup ── */

.biz-mockup {
  --mock-bg: #f8fafc;
  --mock-line: #e2e8f0;
  --mock-text: #0f172a;
  --mock-muted: #64748b;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  background: var(--mock-bg);
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.1);
  overflow: hidden;
  text-transform: none;
  letter-spacing: normal;
}

.biz-mockup p,
.biz-mockup span,
.biz-mockup h3 {
  text-transform: none;
  letter-spacing: normal;
  font-family: "Inter", system-ui, sans-serif;
  opacity: 1;
}

.biz-mockup__header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  background: #ffffff;
  border-bottom: 1px solid var(--mock-line);
  flex-shrink: 0;
}

.biz-mockup__brand {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
}

.biz-mockup__brand img {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  object-fit: cover;
}

.biz-mockup__brand span {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--mock-text);
  line-height: 1;
}

.biz-mockup__search {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--mock-bg);
  border: 1px solid var(--mock-line);
  color: var(--mock-muted);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.2;
}

.biz-mockup__search svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  opacity: 0.55;
}

.biz-mockup__filters {
  display: flex;
  gap: 5px;
  padding: 8px 12px;
  background: #ffffff;
  border-bottom: 1px solid var(--mock-line);
  flex-shrink: 0;
  overflow: hidden;
}

.biz-mockup__filter {
  padding: 4px 9px;
  border-radius: 999px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.5625rem;
  font-weight: 600;
  white-space: nowrap;
  color: var(--mock-muted);
  background: var(--mock-bg);
  border: 1px solid transparent;
}

.biz-mockup__filter.is-active {
  background: var(--mock-text);
  color: #ffffff;
}

.biz-mockup__body {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
}

.biz-mockup__map {
  position: relative;
  min-width: 0;
  min-height: 0;
  background: linear-gradient(165deg, #e8eef4 0%, #dde6ef 100%);
  border-right: 1px solid var(--mock-line);
  overflow: hidden;
}

.biz-mockup__map-svg {
  display: block;
  width: 100%;
  height: 100%;
}

.biz-mockup__map-ui {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.biz-mockup__map-chip {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.5625rem;
  font-weight: 600;
  color: var(--mock-text);
  line-height: 1;
}

.biz-mockup__map-chip svg {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  color: #4285f4;
}

.biz-mockup__route-eta {
  position: absolute;
  left: 50%;
  bottom: 46px;
  transform: translateX(-50%);
  padding: 4px 9px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(66, 133, 244, 0.25);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.1);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.5625rem;
  font-weight: 700;
  color: #1a73e8;
  line-height: 1;
  white-space: nowrap;
}

.biz-mockup__map-zoom {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: grid;
  gap: 1px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--mock-line);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.1);
}

.biz-mockup__map-zoom span {
  width: 26px;
  height: 24px;
  display: grid;
  place-items: center;
  background: #ffffff;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--mock-text);
  line-height: 1;
}

.biz-mockup__map-tools {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.biz-mockup__map-locate {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid var(--mock-line);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.1);
  color: #475569;
}

.biz-mockup__map-locate svg {
  width: 13px;
  height: 13px;
}

.biz-mockup__map-scale {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  padding: 5px 7px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--mock-line);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}

.biz-mockup__map-scale-bar {
  display: block;
  width: 36px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #64748b 0%, #64748b 48%, transparent 48%, transparent 52%, #64748b 52%, #64748b 100%);
  border: 1px solid #94a3b8;
}

.biz-mockup__map-scale-label {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.5rem;
  font-weight: 600;
  color: var(--mock-muted);
  line-height: 1;
  letter-spacing: 0.02em;
}

.biz-mockup__pin {
  position: absolute;
  transform: translate(-50%, -100%);
}

.biz-mockup__pin::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translate(-50%, -35%);
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.14);
}

.biz-mockup__pin-dot {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-radius: 50%;
  background: #2563eb;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.35);
}

.biz-mockup__pin--active .biz-mockup__pin-dot {
  width: 12px;
  height: 12px;
  background: var(--mock-text);
  box-shadow: 0 3px 12px rgba(15, 23, 42, 0.28);
}

.biz-mockup__pin--active::before {
  width: 28px;
  height: 28px;
  background: rgba(15, 23, 42, 0.1);
  animation: biz-mockup-pulse 2.4s ease-in-out infinite;
}

.biz-mockup__pin--muted .biz-mockup__pin-dot {
  width: 8px;
  height: 8px;
  background: #94a3b8;
  box-shadow: 0 2px 6px rgba(100, 116, 139, 0.25);
}

.biz-mockup__pin--muted::before {
  display: none;
}

@keyframes biz-mockup-pulse {
  0%,
  100% {
    transform: translate(-50%, -35%) scale(1);
    opacity: 0.55;
  }

  50% {
    transform: translate(-50%, -35%) scale(1.18);
    opacity: 0.9;
  }
}

.biz-mockup__profile {
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  overflow: hidden;
}

.biz-mockup__cover {
  position: relative;
  height: 42%;
  min-height: 88px;
  flex-shrink: 0;
  background: #cbd5e1;
}

.biz-mockup__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.biz-mockup__cover-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 40%, rgba(15, 23, 42, 0.42) 100%);
}

.biz-mockup__verified {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(226, 232, 240, 0.95);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--mock-text);
  line-height: 1;
}

.biz-mockup__verified img {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  object-fit: cover;
}

.biz-mockup__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 0 12px 12px;
  flex: 1;
  min-height: 0;
}

.biz-mockup__avatar {
  width: 44px;
  height: 44px;
  margin-top: -22px;
  border-radius: 12px;
  border: 3px solid #ffffff;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);
  object-fit: cover;
  flex-shrink: 0;
}

.biz-mockup__title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.biz-mockup__name {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--mock-text);
  line-height: 1.15;
  text-transform: none;
}

.biz-mockup__status {
  padding: 3px 7px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}

.biz-mockup__category {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.625rem;
  font-weight: 500;
  color: var(--mock-muted);
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0;
  opacity: 1;
}

.biz-mockup__rating {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.625rem;
  font-weight: 600;
  color: var(--mock-text);
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  opacity: 1;
}

.biz-mockup__stars {
  display: inline-flex;
  gap: 1px;
  color: #f59e0b;
}

.biz-mockup__stars svg {
  width: 10px;
  height: 10px;
}

.biz-mockup__rating span:last-child {
  font-weight: 500;
  color: var(--mock-muted);
}

.biz-mockup__location {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.5625rem;
  font-weight: 500;
  color: #475569;
  line-height: 1.3;
  text-transform: none;
  letter-spacing: 0;
  opacity: 1;
}

.biz-mockup__location svg {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  color: var(--mock-muted);
}

.biz-mockup__divider {
  height: 1px;
  background: var(--mock-line);
  margin: 2px 0;
}

.biz-mockup__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.biz-mockup__stat {
  padding: 7px 8px;
  border-radius: 10px;
  background: var(--mock-bg);
  border: 1px solid var(--mock-line);
}

.biz-mockup__stat-label {
  display: block;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--mock-muted);
  margin-bottom: 2px;
  line-height: 1;
}

.biz-mockup__stat-value {
  display: block;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--mock-text);
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0;
  opacity: 1;
}

.biz-mockup__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: auto;
  padding: 9px 12px;
  border-radius: 10px;
  background: var(--mock-text);
  color: #ffffff;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  opacity: 1;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.18);
}

.biz-mockup__cta svg {
  width: 11px;
  height: 11px;
}

@media (max-width: 900px) {
  .biz-mockup__body {
    grid-template-columns: 1fr 1fr;
  }

  .biz-mockup__filters {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .biz-mockup__pin--active::before {
    animation: none;
  }
}

.biz-sticky-card p {
  text-transform: uppercase;
  font-family: "DM Mono", monospace;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  opacity: 0.88;
}

.biz-sticky-card-head {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.biz-sticky-card h2,
.biz-sticky-card h1 {
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0.01em;
}

.biz-sticky-card-checks {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
}

.biz-sticky-card-checks li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: 0;
  opacity: 0.92;
}

.biz-sticky-card-checks svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  opacity: 0.88;
}

.biz-sticky-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  margin-top: 0.05rem;
}

.biz-sticky-card-icon svg,
.biz-sticky-card-icon img {
  width: 1rem;
  height: 1rem;
  opacity: 0.92;
}

.biz-sticky-card-icon--brand {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 0.35rem;
}

#biz-card-1 {
  background-color: var(--biz-card-1);
  z-index: 5;
}

#biz-card-2 {
  background-color: var(--biz-card-2);
  z-index: 4;
}

#biz-card-3 {
  background-color: var(--biz-card-3);
  z-index: 3;
}

#biz-card-4 {
  background-color: var(--biz-card-4);
  z-index: 2;
}

/* ── Card 2: WhatsApp booking mockup ── */

.biz-wa-mock {
  --wa-green: #128c7e;
  --wa-green-dark: #075e54;
  --wa-bg: #ece5dd;
  --wa-out: #dcf8c6;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background: #ffffff;
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.1);
  overflow: hidden;
  text-transform: none;
  letter-spacing: normal;
}

.biz-wa-mock p,
.biz-wa-mock span,
.biz-wa-mock h4,
.biz-wa-mock strong,
.biz-wa-mock time {
  text-transform: none;
  letter-spacing: normal;
  font-family: "Inter", system-ui, sans-serif;
  opacity: 1;
}

.biz-wa-mock__progress {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 20;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}

.biz-wa-mock__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #cbd5e1;
  transition: background 0.3s ease, transform 0.3s ease;
}

.biz-wa-mock__dot.is-active {
  background: var(--wa-green);
  transform: scale(1.25);
}

.biz-wa-mock__view {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px) scale(0.985);
  transition:
    opacity 0.45s ease,
    transform 0.45s ease,
    visibility 0.45s ease;
}

.biz-wa-mock__view.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.biz-wa-mock__wa-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 26px 10px 9px;
  background: linear-gradient(180deg, #0b141a 0%, #1f2c34 100%);
  color: #ffffff;
  flex-shrink: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.biz-wa-mock__wa-back svg {
  width: 15px;
  height: 15px;
  opacity: 0.9;
}

.biz-wa-mock__wa-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.biz-wa-mock__wa-meta {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.biz-wa-mock__wa-meta strong {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.biz-wa-mock__verified {
  width: 12px;
  height: 12px;
  color: #53bdeb;
  flex-shrink: 0;
}

.biz-wa-mock__online {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.5625rem;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.2;
}

.biz-wa-mock__online i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 0 0 2px rgba(37, 211, 102, 0.22);
}

.biz-wa-mock__wa-actions {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

.biz-wa-mock__wa-actions svg {
  width: 14px;
  height: 14px;
  opacity: 0.88;
}

.biz-wa-mock__wa-body {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 8px 8px 6px;
  background-color: #e5ddd5;
  background-image:
    radial-gradient(rgba(0, 0, 0, 0.028) 1px, transparent 1px);
  background-size: 14px 14px;
  overflow: hidden;
}

.biz-wa-mock__date-pill {
  align-self: center;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  font-size: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
  line-height: 1;
  flex-shrink: 0;
}

.biz-wa-mock__thread {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 4px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 2px;
}

.biz-wa-mock__thread::-webkit-scrollbar {
  display: none;
}

.biz-wa-mock__bubble {
  max-width: 86%;
  padding: 6px 8px 4px;
  border-radius: 10px;
  font-size: 0.59375rem;
  line-height: 1.4;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

.biz-wa-mock__bubble p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.biz-wa-mock__bubble-foot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
  margin-top: 3px;
}

.biz-wa-mock__bubble-foot time {
  font-size: 0.46875rem;
  font-weight: 500;
  color: rgba(15, 23, 42, 0.45);
  line-height: 1;
}

.biz-wa-mock__ticks {
  display: inline-flex;
  color: #53bdeb;
}

.biz-wa-mock__ticks svg {
  width: 14px;
  height: 10px;
}

.biz-wa-mock__bubble--in {
  align-self: flex-start;
  background: #ffffff;
  color: #111b21;
  border-top-left-radius: 3px;
}

.biz-wa-mock__bubble--out {
  align-self: flex-end;
  background: #d9fdd3;
  color: #111b21;
  border-top-right-radius: 3px;
}

.biz-wa-mock__wa-composer {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px 8px;
  background: #f0f2f5;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
}

.biz-wa-mock__composer-field {
  flex: 1;
  padding: 7px 10px;
  border-radius: 999px;
  background: #ffffff;
  font-size: 0.5625rem;
  font-weight: 500;
  color: #94a3b8;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.biz-wa-mock__composer-send {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #128c7e 0%, #075e54 100%);
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(18, 140, 126, 0.35);
}

.biz-wa-mock__composer-send svg {
  width: 13px;
  height: 13px;
}

.biz-wa-mock__view--chat.is-active .biz-wa-mock__bubble.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.biz-wa-mock__confirm-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 15%, rgba(37, 211, 102, 0.12), transparent 42%),
    radial-gradient(circle at 80% 85%, rgba(26, 115, 232, 0.1), transparent 38%),
    linear-gradient(165deg, #ecfdf5 0%, #f8fafc 48%, #eff6ff 100%);
}

.biz-wa-mock__confirm-card {
  position: relative;
  z-index: 1;
  margin: auto;
  width: min(90%, 232px);
  padding: 0 0 14px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow:
    0 24px 48px rgba(15, 23, 42, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.8) inset;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  overflow: hidden;
}

.biz-wa-mock__confirm-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 12px;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.biz-wa-mock__confirm-ref {
  font-size: 0.53125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1;
}

.biz-wa-mock__confirm-header img {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  object-fit: cover;
}

.biz-wa-mock__confirm-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-top: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
  color: #059669;
  box-shadow: 0 8px 20px rgba(5, 150, 105, 0.15);
}

.biz-wa-mock__confirm-icon svg {
  width: 18px;
  height: 18px;
}

.biz-wa-mock__confirm-eyebrow {
  margin: 8px 0 2px;
  font-size: 0.53125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #059669;
  line-height: 1;
}

.biz-wa-mock__confirm-card h4 {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #0f172a;
  line-height: 1.15;
  margin-bottom: 10px;
  padding: 0 14px;
}

.biz-wa-mock__confirm-details {
  list-style: none;
  width: calc(100% - 24px);
  margin: 0 12px 10px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: left;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #fafbfc;
}

.biz-wa-mock__confirm-details li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-bottom: 1px solid #eef2f6;
}

.biz-wa-mock__confirm-details li:last-child {
  border-bottom: 0;
}

.biz-wa-mock__confirm-detail-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: #64748b;
  flex-shrink: 0;
}

.biz-wa-mock__confirm-detail-icon svg {
  width: 13px;
  height: 13px;
}

.biz-wa-mock__confirm-details li div {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.biz-wa-mock__confirm-detail-label {
  font-size: 0.46875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a3b8;
  line-height: 1.2;
}

.biz-wa-mock__confirm-details li div > span:last-child {
  font-size: 0.59375rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.25;
}

.biz-wa-mock__confirm-card > p {
  font-size: 0.625rem;
  font-weight: 500;
  color: #64748b;
  line-height: 1.3;
}

.biz-wa-mock__cal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: calc(100% - 24px);
  margin: 0 12px;
  padding: 9px 12px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.18);
  transition:
    background 0.25s ease,
    transform 0.25s ease,
    opacity 0.25s ease;
}

.biz-wa-mock__cal-btn img {
  width: 16px;
  height: 16px;
  filter: brightness(1.1);
}

.biz-wa-mock.is-cal-adding .biz-wa-mock__cal-btn {
  background: linear-gradient(135deg, #1a73e8 0%, #1558b8 100%);
  transform: scale(0.98);
  box-shadow: 0 8px 20px rgba(26, 115, 232, 0.28);
}

.biz-wa-mock.is-cal-added .biz-wa-mock__cal-btn {
  opacity: 0;
  transform: translateY(-4px);
  pointer-events: none;
  position: absolute;
}

.biz-wa-mock__cal-done {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 8px 12px 0;
  padding: 7px 10px;
  border-radius: 8px;
  background: #ecfdf5;
  font-size: 0.59375rem;
  font-weight: 600;
  color: #059669;
  opacity: 0;
  transform: translateY(4px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

.biz-wa-mock__cal-done svg {
  width: 14px;
  height: 14px;
}

.biz-wa-mock.is-cal-added .biz-wa-mock__cal-done {
  opacity: 1;
  transform: translateY(0);
}

.biz-wa-mock__cal-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 28px 12px 10px;
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  flex-shrink: 0;
}

.biz-wa-mock__cal-head img {
  width: 18px;
  height: 18px;
}

.biz-wa-mock__cal-head strong {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
}

.biz-wa-mock__cal-head span {
  font-size: 0.5625rem;
  font-weight: 500;
  color: #64748b;
  line-height: 1.2;
}

.biz-wa-mock__cal-week {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  padding: 6px 12px 4px;
  background: #ffffff;
  border-bottom: 1px solid #f1f5f9;
  flex-shrink: 0;
}

.biz-wa-mock__cal-week span {
  display: grid;
  place-items: center;
  height: 22px;
  border-radius: 999px;
  font-size: 0.5625rem;
  font-weight: 600;
  color: #64748b;
  line-height: 1;
}

.biz-wa-mock__cal-week span.is-active {
  background: #1a73e8;
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(26, 115, 232, 0.28);
}

.biz-wa-mock__cal-day {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 6px 10px;
  background: #ffffff;
  overflow: hidden;
}

.biz-wa-mock__cal-slot {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 8px;
  min-height: 28px;
  border-top: 1px solid #f1f5f9;
  padding-top: 4px;
}

.biz-wa-mock__cal-slot > span {
  font-size: 0.5rem;
  font-weight: 500;
  color: #94a3b8;
  line-height: 1.2;
  padding-top: 2px;
}

.biz-wa-mock__cal-slot--event {
  min-height: 58px;
}

.biz-wa-mock__cal-event {
  padding: 6px 8px;
  border-radius: 8px;
  background: linear-gradient(135deg, #1a73e8 0%, #1558b8 100%);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(26, 115, 232, 0.28);
  border-left: 3px solid #62a2ff;
  opacity: 0;
  transform: scale(0.94);
  transition:
    opacity 0.45s ease 0.15s,
    transform 0.45s ease 0.15s;
}

.biz-wa-mock__view--calendar.is-active .biz-wa-mock__cal-event {
  opacity: 1;
  transform: scale(1);
}

.biz-wa-mock__cal-event strong {
  display: block;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 2px;
}

.biz-wa-mock__cal-event span {
  font-size: 0.5rem;
  opacity: 0.9;
  line-height: 1.2;
}

.biz-wa-mock__cal-event em {
  display: block;
  margin-top: 3px;
  font-style: normal;
  font-size: 0.5rem;
  font-weight: 500;
  opacity: 0.82;
  line-height: 1.2;
}

.biz-wa-mock__sync-panel {
  flex-shrink: 0;
  margin: 0 10px 10px;
  padding: 10px;
  border-radius: 12px;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.biz-wa-mock__sync-bridge {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.biz-wa-mock__sync-app {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06);
  flex-shrink: 0;
}

.biz-wa-mock__sync-app img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.biz-wa-mock__sync-app--risevra img {
  border-radius: 4px;
}

.biz-wa-mock__sync-track {
  flex: 1;
  position: relative;
  height: 2px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}

.biz-wa-mock__sync-pulse {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #1a73e8, #059669);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.9s ease 0.25s;
}

.biz-wa-mock.is-sync-complete .biz-wa-mock__sync-pulse {
  transform: scaleX(1);
}

.biz-wa-mock__sync-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 8px;
}

.biz-wa-mock__sync-copy strong {
  font-size: 0.625rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
}

.biz-wa-mock__sync-copy span {
  font-size: 0.5rem;
  font-weight: 500;
  color: #64748b;
  line-height: 1.2;
}

.biz-wa-mock__sync-bar {
  height: 4px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}

.biz-wa-mock__sync-bar-fill {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #1a73e8, #059669);
  transition: width 0.9s ease 0.35s;
}

.biz-wa-mock.is-sync-complete .biz-wa-mock__sync-bar-fill {
  width: 100%;
}

.biz-wa-mock__view--confirm,
.biz-wa-mock__view--calendar {
  background: #f8fafc;
}

.biz-wa-mock__view--confirm {
  justify-content: center;
  align-items: center;
}

/* ── Card 3: Team shared calendar mockup ── */

.biz-team-cal {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  background: #ffffff;
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.1);
  overflow: hidden;
  text-transform: none;
  letter-spacing: normal;
}

.biz-team-cal span,
.biz-team-cal strong,
.biz-team-cal time,
.biz-team-cal li,
.biz-team-cal em {
  text-transform: none;
  letter-spacing: normal;
  font-family: "Inter", system-ui, sans-serif;
  opacity: 1;
  font-style: normal;
}

.biz-team-cal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 26px 12px 10px;
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  flex-shrink: 0;
}

.biz-team-cal__brand {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.biz-team-cal__brand img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.biz-team-cal__brand strong {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.biz-team-cal__brand span {
  display: block;
  font-size: 0.5625rem;
  font-weight: 500;
  color: #64748b;
  line-height: 1.2;
}

.biz-team-cal__online {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  font-size: 0.5rem;
  font-weight: 700;
  color: #047857;
  line-height: 1;
  flex-shrink: 0;
}

.biz-team-cal__online i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.2);
  animation: biz-team-cal-pulse 2s ease-in-out infinite;
}

.biz-team-cal__stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding: 6px 10px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  flex-shrink: 0;
}

.biz-team-cal__stats span {
  font-size: 0.46875rem;
  font-weight: 600;
  color: #64748b;
  line-height: 1.2;
  white-space: nowrap;
}

.biz-team-cal__stats span:nth-child(2) {
  color: #2563eb;
}

.biz-team-cal__stats span:nth-child(3) {
  color: #059669;
}

@keyframes biz-team-cal-pulse {
  0%,
  100% {
    opacity: 0.55;
  }

  50% {
    opacity: 1;
  }
}

.biz-team-cal__board {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #e2e8f0;
  padding: 0;
}

.biz-team-cal__member {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  background: #ffffff;
}

.biz-team-cal__member-head {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 7px;
  border-bottom: 1px solid #f1f5f9;
  background: #fafbfc;
}

.biz-team-cal__avatar {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(15, 23, 42, 0.08);
}

.biz-team-cal__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.biz-team-cal__member--1 .biz-team-cal__avatar {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(37, 99, 235, 0.35);
}

.biz-team-cal__member--2 .biz-team-cal__avatar {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(124, 58, 237, 0.35);
}

.biz-team-cal__member--3 .biz-team-cal__avatar {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(217, 119, 6, 0.35);
}

.biz-team-cal__member-head strong {
  display: block;
  font-size: 0.59375rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.15;
}

.biz-team-cal__member-head span {
  display: block;
  font-size: 0.5rem;
  font-weight: 500;
  color: #64748b;
  line-height: 1.15;
}

.biz-team-cal__events {
  list-style: none;
  margin: 0;
  padding: 5px 4px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  scrollbar-width: none;
}

.biz-team-cal__events::-webkit-scrollbar {
  display: none;
}

.biz-team-cal__events li {
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 4px 5px;
  border-radius: 7px;
  border-left: 3px solid transparent;
  background: #f8fafc;
  border: 1px solid #eef2f6;
  flex-shrink: 0;
}

.biz-team-cal__member--1 .biz-team-cal__events li:not(.biz-team-cal__event--free) {
  border-left-color: #2563eb;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.08), rgba(37, 99, 235, 0.02));
}

.biz-team-cal__member--2 .biz-team-cal__events li:not(.biz-team-cal__event--free) {
  border-left-color: #7c3aed;
  background: linear-gradient(90deg, rgba(124, 58, 237, 0.08), rgba(124, 58, 237, 0.02));
}

.biz-team-cal__member--3 .biz-team-cal__events li:not(.biz-team-cal__event--free) {
  border-left-color: #d97706;
  background: linear-gradient(90deg, rgba(217, 119, 6, 0.1), rgba(217, 119, 6, 0.02));
}

.biz-team-cal__events time {
  font-size: 0.46875rem;
  font-weight: 700;
  color: #64748b;
  line-height: 1;
}

.biz-team-cal__events li span {
  font-size: 0.5rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.2;
}

.biz-team-cal__events em {
  font-size: 0.4375rem;
  font-weight: 500;
  color: #64748b;
  line-height: 1.15;
}

.biz-team-cal__event--now {
  position: relative;
  border-left-color: #059669 !important;
  background: linear-gradient(90deg, rgba(5, 150, 105, 0.12), rgba(5, 150, 105, 0.03)) !important;
  box-shadow: inset 0 0 0 1px rgba(5, 150, 105, 0.15);
}

.biz-team-cal__now {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 1px 4px;
  border-radius: 4px;
  font-size: 0.375rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #047857;
  background: #d1fae5;
  line-height: 1.2;
}

.biz-team-cal__event--free {
  justify-content: center;
  border-left-color: #cbd5e1 !important;
  background: repeating-linear-gradient(
    -45deg,
    #f8fafc,
    #f8fafc 4px,
    #f1f5f9 4px,
    #f1f5f9 8px
  ) !important;
}

.biz-team-cal__event--free span {
  font-size: 0.5rem !important;
  font-weight: 600 !important;
  color: #64748b !important;
  text-align: center;
}

.biz-team-cal__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 10px;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  flex-shrink: 0;
}

.biz-team-cal__footer img {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  object-fit: cover;
}

.biz-team-cal__footer span {
  font-size: 0.5rem;
  font-weight: 600;
  color: #475569;
  line-height: 1.2;
}

@media (prefers-reduced-motion: reduce) {
  .biz-team-cal__online i {
    animation: none;
  }
}

@media (max-width: 900px) {
  .biz-team-cal__member-head {
    padding: 6px 5px;
  }

  .biz-team-cal__events li span {
    font-size: 0.5rem;
  }
}

/* ── Card 4: Instant booking mockup ── */

.biz-book-mock {
  --book-brand: #785f47;
  --book-brand-dark: #5c4634;
  --book-accent: #059669;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background: #ffffff;
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.1);
  overflow: hidden;
  text-transform: none;
  letter-spacing: normal;
}

.biz-book-mock p,
.biz-book-mock span,
.biz-book-mock strong,
.biz-book-mock em,
.biz-book-mock h4,
.biz-book-mock li,
.biz-book-mock button {
  text-transform: none;
  letter-spacing: normal;
  font-family: "Inter", system-ui, sans-serif;
  opacity: 1;
  font-style: normal;
}

.biz-book-mock__progress {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 20;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}

.biz-book-mock__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #cbd5e1;
  transition: background 0.3s ease, transform 0.3s ease;
}

.biz-book-mock__dot.is-active {
  background: var(--book-brand);
  transform: scale(1.25);
}

.biz-book-mock__view {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 28px 12px 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(12px);
  transition:
    opacity 0.45s ease,
    transform 0.45s ease,
    visibility 0.45s;
}

.biz-book-mock__view.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.biz-book-mock__biz {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f1f5f9;
  margin-bottom: 8px;
}

.biz-book-mock__biz > img {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}

.biz-book-mock__biz > div {
  flex: 1;
  min-width: 0;
}

.biz-book-mock__biz strong {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
}

.biz-book-mock__biz span {
  display: block;
  font-size: 0.5rem;
  font-weight: 500;
  color: #64748b;
  line-height: 1.2;
}

.biz-book-mock__pill {
  padding: 3px 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ecfdf5, #d1fae5);
  border: 1px solid #bbf7d0;
  font-size: 0.4375rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #047857;
  line-height: 1;
  flex-shrink: 0;
}

.biz-book-mock__biz--compact {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 4px;
}

.biz-book-mock__edit {
  padding: 3px 7px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background: #fff;
  font-size: 0.4375rem;
  font-weight: 600;
  color: #64748b;
  cursor: default;
}

.biz-book-mock__label {
  margin: 0 0 6px;
  font-size: 0.5625rem;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1;
}

.biz-book-mock__services {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
  min-height: 0;
}

.biz-book-mock__service {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 8px;
  border-radius: 10px;
  border: 1.5px solid #e2e8f0;
  background: #fafbfc;
  transition:
    border-color 0.35s ease,
    background 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;
}

.biz-book-mock__service.is-picked {
  border-color: var(--book-brand);
  background: linear-gradient(135deg, rgba(120, 95, 71, 0.1), rgba(120, 95, 71, 0.03));
  box-shadow: 0 6px 16px rgba(120, 95, 71, 0.14);
  transform: scale(1.01);
}

.biz-book-mock__service-thumb {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 9px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid #e2e8f0;
  background: #fff;
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.biz-book-mock__service-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.biz-book-mock__service.is-picked .biz-book-mock__service-thumb {
  border-color: var(--book-brand);
  box-shadow: 0 0 0 2px rgba(120, 95, 71, 0.18);
}

.biz-book-mock__service strong {
  display: block;
  font-size: 0.59375rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
}

.biz-book-mock__service span {
  display: block;
  font-size: 0.46875rem;
  font-weight: 500;
  color: #64748b;
  line-height: 1.2;
}

.biz-book-mock__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: auto;
  padding: 8px 12px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--book-brand), var(--book-brand-dark));
  color: #fff;
  font-size: 0.5625rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(92, 70, 52, 0.28);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.biz-book-mock__cta svg {
  width: 12px;
  height: 12px;
}

.biz-book-mock.is-cta-pulse .biz-book-mock__view--services .biz-book-mock__cta {
  transform: scale(1.03);
  box-shadow: 0 10px 24px rgba(92, 70, 52, 0.36);
}

.biz-book-mock__days {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  margin-bottom: 8px;
}

.biz-book-mock__day {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 5px 4px;
  border-radius: 8px;
  border: 1.5px solid #e2e8f0;
  background: #fafbfc;
  transition:
    border-color 0.35s ease,
    background 0.35s ease,
    transform 0.35s ease;
}

.biz-book-mock__day em {
  font-size: 0.40625rem;
  font-weight: 600;
  color: #94a3b8;
  font-style: normal;
  line-height: 1;
}

.biz-book-mock__day b {
  font-size: 0.625rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1;
}

.biz-book-mock__day.is-picked {
  border-color: var(--book-brand);
  background: linear-gradient(180deg, rgba(120, 95, 71, 0.12), rgba(120, 95, 71, 0.04));
  transform: translateY(-1px);
}

.biz-book-mock__pro {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 6px 8px;
  margin-bottom: 8px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #eef2f6;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.biz-book-mock.is-pro-visible .biz-book-mock__pro {
  opacity: 1;
  transform: translateY(0);
}

.biz-book-mock__pro img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(120, 95, 71, 0.25);
}

.biz-book-mock__pro strong {
  display: block;
  font-size: 0.5625rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.15;
}

.biz-book-mock__pro span {
  display: block;
  font-size: 0.4375rem;
  font-weight: 500;
  color: #64748b;
  line-height: 1.15;
}

.biz-book-mock__pro-badge {
  margin-left: auto;
  padding: 2px 6px;
  border-radius: 999px;
  background: #ecfdf5;
  font-size: 0.40625rem;
  font-weight: 700;
  color: #047857;
  line-height: 1.2;
  white-space: nowrap;
}

.biz-book-mock__slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  flex: 1;
  min-height: 0;
  align-content: start;
}

.biz-book-mock__slot {
  display: grid;
  place-items: center;
  padding: 6px 4px;
  border-radius: 8px;
  border: 1.5px solid #e2e8f0;
  background: #fff;
  font-size: 0.53125rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1;
  opacity: 0;
  transform: scale(0.92);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease,
    box-shadow 0.35s ease;
}

.biz-book-mock__slot.is-visible {
  opacity: 1;
  transform: scale(1);
}

.biz-book-mock__slot.is-busy {
  opacity: 0.35;
  text-decoration: line-through;
  pointer-events: none;
}

.biz-book-mock__slot.is-picked {
  border-color: var(--book-brand);
  background: linear-gradient(135deg, var(--book-brand), var(--book-brand-dark));
  color: #fff;
  box-shadow: 0 6px 14px rgba(92, 70, 52, 0.28);
  transform: scale(1.04);
}

.biz-book-mock__cta--confirm {
  margin-top: 8px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s;
}

.biz-book-mock.is-slot-picked .biz-book-mock__cta--confirm {
  opacity: 1;
  transform: translateY(0);
}

.biz-book-mock__view--success {
  align-items: center;
  justify-content: flex-start;
  padding-top: 32px;
  background: linear-gradient(180deg, #fafbfc 0%, #ffffff 55%);
}

.biz-book-mock__success-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 22%, rgba(5, 150, 105, 0.12), transparent 42%),
    radial-gradient(circle at 20% 80%, rgba(120, 95, 71, 0.08), transparent 35%);
  pointer-events: none;
}

.biz-book-mock__success-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ecfdf5, #d1fae5);
  color: #059669;
  box-shadow: 0 10px 24px rgba(5, 150, 105, 0.2);
  transform: scale(0.6);
  opacity: 0;
  transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s ease;
}

.biz-book-mock__success-icon svg {
  width: 22px;
  height: 22px;
}

.biz-book-mock__success-ring {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(5, 150, 105, 0.35);
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
}

.biz-book-mock.is-success-animate .biz-book-mock__success-icon {
  transform: scale(1);
  opacity: 1;
}

.biz-book-mock.is-success-animate .biz-book-mock__success-ring {
  opacity: 1;
  transform: scale(1.15);
}

.biz-book-mock__success-eyebrow {
  margin: 0 0 2px;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #059669;
  line-height: 1;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.4s ease 0.25s, transform 0.4s ease 0.25s;
}

.biz-book-mock__view--success h4 {
  margin: 0 0 10px;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
  line-height: 1.15;
  text-align: center;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.4s ease 0.35s, transform 0.4s ease 0.35s;
}

.biz-book-mock.is-success-animate .biz-book-mock__success-eyebrow,
.biz-book-mock.is-success-animate .biz-book-mock__view--success h4 {
  opacity: 1;
  transform: translateY(0);
}

.biz-book-mock__ticket {
  width: calc(100% - 8px);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.45s ease 0.45s, transform 0.45s ease 0.45s;
}

.biz-book-mock.is-success-animate .biz-book-mock__ticket {
  opacity: 1;
  transform: translateY(0);
}

.biz-book-mock__ticket-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 10px;
  background: linear-gradient(135deg, #0f172a, #1e293b);
}

.biz-book-mock__ticket-head span {
  font-size: 0.46875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1;
}

.biz-book-mock__ticket-head img {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  object-fit: cover;
}

.biz-book-mock__ticket ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.biz-book-mock__ticket li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 7px 10px;
  border-top: 1px solid #f1f5f9;
}

.biz-book-mock__ticket li span {
  font-size: 0.53125rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.2;
}

.biz-book-mock__ticket li em {
  font-size: 0.5rem;
  font-weight: 700;
  color: #64748b;
  line-height: 1.2;
}

.biz-book-mock__speed {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.4s ease 0.6s, transform 0.4s ease 0.6s;
}

.biz-book-mock__speed svg {
  width: 11px;
  height: 11px;
  color: #ea580c;
}

.biz-book-mock__speed span {
  font-size: 0.5rem;
  font-weight: 700;
  color: #c2410c;
  line-height: 1;
}

.biz-book-mock.is-success-animate .biz-book-mock__speed {
  opacity: 1;
  transform: translateY(0);
}

.biz-book-mock__occupancy {
  width: calc(100% - 8px);
  margin-top: 8px;
  padding: 7px 9px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #eef2f6;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.45s ease 0.72s, transform 0.45s ease 0.72s;
}

.biz-book-mock.is-success-animate .biz-book-mock__occupancy {
  opacity: 1;
  transform: translateY(0);
}

.biz-book-mock__occ-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.biz-book-mock__occ-head span {
  font-size: 0.46875rem;
  font-weight: 600;
  color: #64748b;
  line-height: 1;
}

.biz-book-mock__occ-head strong {
  font-size: 0.5625rem;
  font-weight: 800;
  color: var(--book-brand);
  line-height: 1;
}

.biz-book-mock__occ-bar {
  height: 5px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
  margin-bottom: 4px;
}

.biz-book-mock__occ-bar span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--book-brand), #059669);
  transition: width 1s ease 0.9s;
}

.biz-book-mock.is-success-animate .biz-book-mock__occ-bar span {
  width: 78%;
}

.biz-book-mock__occupancy p {
  margin: 0;
  font-size: 0.4375rem;
  font-weight: 600;
  color: #059669;
  line-height: 1.2;
}

.biz-book-mock__toast {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 9px;
  border-radius: 10px;
  background: #0f172a;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.28);
  transform: translateY(calc(100% + 16px));
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 1s, opacity 0.4s ease 1s;
}

.biz-book-mock__toast img {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  object-fit: cover;
  flex-shrink: 0;
}

.biz-book-mock__toast strong {
  display: block;
  font-size: 0.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.biz-book-mock__toast span {
  display: block;
  font-size: 0.4375rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.2;
}

.biz-book-mock.is-toast-visible .biz-book-mock__toast {
  transform: translateY(0);
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .biz-book-mock__view,
  .biz-book-mock__service,
  .biz-book-mock__slot,
  .biz-book-mock__pro,
  .biz-book-mock__success-icon,
  .biz-book-mock__ticket,
  .biz-book-mock__speed,
  .biz-book-mock__occupancy,
  .biz-book-mock__toast,
  .biz-book-mock__occ-bar span {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .biz-wa-mock__view,
  .biz-wa-mock__bubble,
  .biz-wa-mock__cal-event,
  .biz-wa-mock__cal-btn,
  .biz-wa-mock__cal-done {
    transition: none;
  }

  .biz-wa-mock__bubble {
    opacity: 1;
    transform: none;
  }
}

.biz-page--sticky-hero .biz-main {
  padding-top: clamp(48px, 8vh, 80px);
}

.biz-lead--hero-follow {
  margin-bottom: clamp(32px, 5vw, 48px);
}

@media (max-width: 900px) {
  .biz-sticky-card {
    width: calc(100% - 2rem);
    height: min(640px, 72svh);
    flex-direction: column;
  }

  .biz-sticky-card .col {
    width: 100%;
  }

  .biz-sticky-card .col:nth-child(2) {
    flex: 1.15;
  }
}

@media (prefers-reduced-motion: reduce) {
  .biz-sticky-card {
    will-change: auto;
  }
}
