/* Homepage-specific */
.hero {
  padding-top: 24px;
  padding-bottom: var(--section-y-mobile);
}

@media (min-width: 768px) {
  .hero {
    padding-top: 32px;
    padding-bottom: var(--section-y);
  }
}

.hero-mockup-zone {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 420px;
}

.hero-labels {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-label {
  position: absolute;
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  background: var(--color-card);
  border: 1px solid var(--border-card);
  font-size: 12px;
  font-weight: 700;
  color: var(--color-primary);
  box-shadow: var(--shadow-card);
}

.hero-label--1 {
  top: 8%;
  left: 0;
}
.hero-label--2 {
  top: 28%;
  right: 0;
}
.hero-label--3 {
  bottom: 32%;
  left: 4%;
}
.hero-label--4 {
  bottom: 8%;
  right: 0;
}

@media (max-width: 1023px) {
  .hero-label {
    display: none;
  }
}

.mockup-stack {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.mockup-card {
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  padding: 10px 12px;
  font-size: 11px;
}

.mockup-card strong {
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
  color: #1e293b;
}

.mockup-card span {
  color: #64748b;
}

.mockup-row {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.mockup-pill {
  padding: 4px 8px;
  border-radius: 8px;
  background: #eff6fb;
  font-size: 10px;
  font-weight: 600;
  color: #3976ea;
}

.trust-line {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text-muted);
  margin-top: 16px;
}

.trust-line small {
  display: block;
  margin-top: 6px;
  font-weight: 500;
  font-size: 13px;
}
