/* Mock UI filled frames */
.product-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 20px 32px;
  overflow: hidden;
  border-radius: 0 0 22px 22px;
}

.product-visual::after {
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}

.mock {
  position: relative;
  z-index: 1;
  width: min(100%, 340px);
  border-radius: 16px;
  padding: 14px;
  text-align: left;
  font-size: 12px;
  line-height: 1.3;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.mock-qr {
  background: #14110f;
  color: #f5f0e8;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.mock-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.mock-brand {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: -0.02em;
}

.mock-pill {
  font-size: 10px;
  font-weight: 600;
  color: #3ecf8e;
  background: rgba(62, 207, 142, 0.12);
  padding: 3px 8px;
  border-radius: 99px;
}

.mock-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}

.mock-tabs span {
  font-size: 10px;
  padding: 4px 8px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.55);
}

.mock-tabs span.on {
  background: linear-gradient(135deg, #e8c97a, #d4a853);
  color: #1a1208;
  font-weight: 700;
}

.mock-item {
  display: grid;
  grid-template-columns: 36px 1fr 24px;
  gap: 8px;
  align-items: center;
  padding: 8px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  margin-bottom: 6px;
}

.mock-item b {
  display: block;
  font-size: 11px;
}

.mock-item small {
  color: #d4a853;
  font-weight: 600;
}

.mock-thumb {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: linear-gradient(145deg, #3d2914, #e8b86d);
}

.mock-thumb.gold {
  background: linear-gradient(145deg, #4a1510, #e07a5f);
}

.mock-add {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  background: rgba(212, 168, 83, 0.2);
  color: #d4a853;
  font-weight: 700;
}

.mock-wa {
  margin-top: 8px;
  text-align: center;
  padding: 9px;
  border-radius: 10px;
  background: linear-gradient(135deg, #3ee07a, #25d366);
  color: #062814;
  font-weight: 700;
  font-size: 11px;
}

.mock-page {
  background: #f4f0e8;
  color: #1a1714;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.mock-hero-block {
  padding: 12px;
  border-radius: 10px;
  background: linear-gradient(160deg, #2a241c, #12100e);
  color: #f5f0e8;
  margin-bottom: 10px;
}

.mock-k {
  display: block;
  font-size: 9px;
  color: #d4a853;
  margin-bottom: 4px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mock-hero-block b {
  display: block;
  font-size: 15px;
  letter-spacing: -0.02em;
}

.mock-hero-block small {
  opacity: 0.65;
  font-size: 10px;
}

.mock-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.mock-field {
  grid-column: 1 / -1;
  border: 1px solid #d9d0c2;
  border-radius: 6px;
  padding: 7px 8px;
  background: #fff;
}

.mock-field.half {
  grid-column: span 1;
}

.mock-field span {
  display: block;
  font-size: 9px;
  color: #6f675e;
  margin-bottom: 2px;
}

.mock-field i {
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  color: #1a1714;
  min-height: 1em;
  display: block;
}

.mock-btn {
  grid-column: 1 / -1;
  text-align: center;
  padding: 9px;
  border-radius: 6px;
  background: #1a1714;
  color: #f4f0e8;
  font-weight: 700;
  font-size: 11px;
  margin-top: 2px;
}

.mock-btn.blue {
  background: #0071e3;
  color: #fff;
}

.mock-funnel {
  background: #0b1524;
  color: #f5f5f7;
  border: 1px solid rgba(41, 151, 255, 0.2);
}

.mock-funnel > b {
  display: block;
  margin: 10px 0 8px;
  font-size: 13px;
}

.mock-steps {
  display: flex;
  align-items: center;
  gap: 6px;
}

.mock-steps span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.4);
}

.mock-steps span.on {
  background: #2997ff;
  color: #fff;
}

.mock-steps i {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.mock-chips,
.mock-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}

.mock-chips span,
.mock-slots span {
  font-size: 10px;
  padding: 6px 9px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.mock-chips span.on,
.mock-slots span.on {
  background: rgba(41, 151, 255, 0.25);
  border-color: #2997ff;
  color: #fff;
  font-weight: 600;
}

.mock-care {
  background: #fffaf3;
  color: #1d1d1f;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.mock-cal {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 10px;
}

.mock-cal-h {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 8px;
}

.mock-cal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

.mock-cal-grid i {
  display: block;
  aspect-ratio: 1;
  border-radius: 6px;
  background: #f0e6d8;
}

.mock-cal-grid i.done {
  background: #c4a574;
}

.mock-cal-grid i.now {
  background: #0071e3;
  box-shadow: 0 0 0 2px rgba(0, 113, 227, 0.25);
}

.mock-tasks {
  list-style: none;
  display: grid;
  gap: 6px;
}

.mock-tasks li {
  font-size: 11px;
  padding: 7px 8px 7px 26px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
}

.mock-tasks li::before {
  content: "○";
  position: absolute;
  left: 8px;
  color: #a1a1a6;
}

.mock-tasks li.ok::before {
  content: "✓";
  color: #30d158;
  font-weight: 700;
}

.demo-preview {
  margin: -8px -8px 14px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
}

.demo-card[data-theme="light"] .demo-preview {
  background: rgba(0, 0, 0, 0.04);
}

.demo-preview .mock {
  width: 100%;
  max-width: 300px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.device-brand {
  font-size: 11px;
  font-weight: 700;
  color: #e8c97a;
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}

.device-item {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 8px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.device-item b {
  display: block;
  font-size: 10px;
  color: #f5f0e8;
  font-weight: 600;
}

.device-item small {
  font-size: 9px;
  color: #d4a853;
}

.device-dot {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: linear-gradient(145deg, #3d2914, #e8b86d);
  flex-shrink: 0;
}

.device-dot.gold {
  background: linear-gradient(145deg, #4a1510, #e07a5f);
}

.device-screen {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.device-pill {
  margin-top: auto;
}

.product[data-theme="light"] .mock-qr,
.product[data-theme="soft"] .mock-care {
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
}
