.of-barcode-nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #1d4ed8;
  color: #fff !important;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none !important;
  transition: transform 0.15s ease, filter 0.15s ease;
  margin-left: 8px;
  white-space: nowrap;
}

.of-barcode-nav-btn:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
  color: #fff !important;
}

.of-barcode-nav-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .of-barcode-nav-label {
    display: none;
  }

  .of-barcode-nav-btn {
    padding: 10px;
    border-radius: 12px;
  }
}

.of-barcode-home-card {
  margin: 0 auto 24px;
  max-width: 960px;
  padding: 0 16px;
}

.of-barcode-home-link {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 28px;
  border-radius: 20px;
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 50%, #3b82f6 100%);
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 12px 32px rgba(29, 78, 216, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.of-barcode-home-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(29, 78, 216, 0.35);
  color: #fff !important;
}

.of-barcode-home-icon-wrap {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.of-barcode-home-icon {
  width: 36px;
  height: 36px;
}

.of-barcode-home-text {
  flex: 1;
  min-width: 0;
}

.of-barcode-home-title {
  margin: 0 0 6px;
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
}

.of-barcode-home-desc {
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.92;
  line-height: 1.45;
}

.of-barcode-home-cta {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
  .of-barcode-home-link {
    flex-direction: column;
    text-align: center;
    padding: 24px 20px;
  }

  .of-barcode-home-cta {
    width: 100%;
    text-align: center;
  }
}
